Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ image: gekkofs/gekkofs:build_env compile dependencies: stage: build deps cache: key: deps-cache key: ${CI_COMMIT_REF_SLUG} paths: - ${DEPS_INSTALL_PATH}/ script: Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ image: gekkofs/gekkofs:build_env compile dependencies: stage: build deps cache: key: deps-cache key: ${CI_COMMIT_REF_SLUG} paths: - ${DEPS_INSTALL_PATH}/ script: Loading