Skip to content
Snippets Groups Projects
Commit 4dec9663 authored by Eduardo Trujillo's avatar Eduardo Trujillo
Browse files

chore(gitlab-ci): Add fallback cache key

parent 49a7da77
No related branches found
No related tags found
No related merge requests found
Pipeline #117 passed
...@@ -7,6 +7,7 @@ stages: ...@@ -7,6 +7,7 @@ stages:
variables: variables:
LINUX_AMD64_BINARY: "shift-linux-amd64-${CI_COMMIT_TAG}" LINUX_AMD64_BINARY: "shift-linux-amd64-${CI_COMMIT_TAG}"
PACKAGE_REGISTRY_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/shift/${CI_COMMIT_TAG}" PACKAGE_REGISTRY_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/shift/${CI_COMMIT_TAG}"
CACHE_FALLBACK_KEY: master
stack-build: stack-build:
stage: build stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment