Skip to content

Commit

Permalink
Use clone strategy in pipelines to work around problems with git-crypt
Browse files Browse the repository at this point in the history
  • Loading branch information
ACSimon33 committed Jan 2, 2025
1 parent fcc69ec commit 71cf513
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ stages:
- linux
- docker
variables:
GIT_STRATEGY: clone
GIT_DEPTH: 1
AOC_CURRENT_YEAR: 2024
DOCKER_CURRENT_IMAGE: ${CI_REGISTRY_IMAGE}:aoc-${AOC_YEAR}-${CI_COMMIT_SHA}
DOCKER_LATEST_IMAGE: ${CI_REGISTRY_IMAGE}:aoc-${AOC_YEAR}-latest
Expand Down

0 comments on commit 71cf513

Please sign in to comment.