diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ba0a54..17e2d02 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,9 @@ stages: - build-docker - deploy +variables: + GIT_DEPTH: 1 + cache: key: one-key-to-rule-them-all paths: diff --git a/Makefile b/Makefile index 698329a..673f0f4 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: FORCE emblemscanner-release fetch -DATA_DIR ?= ../data +DATA_DIR ?= /data/emblem IMAGE_TAG := $(shell git rev-parse --short HEAD) IMAGE_REPO := registry.gitlab.com/euphon/themblem