Skip to content

Commit

Permalink
CI: disable the “cache dependencies” job
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl authored and eponier committed Dec 18, 2024
1 parent 9e6b2eb commit 7ac111d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ variables:
--run 'echo done'
- nix-shell --arg inCI true $EXTRA_NIX_ARGUMENTS --run 'sed -i -e "s|@VERSION@|$VERSION|" compiler/src/glob_options.ml'

cache dependencies:
.cache dependencies:
stage: prepare
extends: .common
variables:
Expand All @@ -37,7 +37,6 @@ cache dependencies:
only:
variables:
- $CACHIX_SIGNING_KEY
- $CACHIX_JOB_DISABLED
script:
- >-
nix-shell -p cachix --run
Expand Down

0 comments on commit 7ac111d

Please sign in to comment.