mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 07:11:24 +01:00
upgrade docker images to lix 2.93.3
This commit is contained in:
parent
c713e9f21f
commit
27667911ed
1 changed files with 4 additions and 4 deletions
|
|
@ -38,14 +38,14 @@ before_script:
|
|||
|
||||
cache-ci-deps:
|
||||
stage: ci
|
||||
image: nixos/nix:2.18.2
|
||||
image: git.lix.systems/lix-project/lix:2.93.3
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||
script: direnv exec . job cache-ci-deps
|
||||
|
||||
ci:
|
||||
stage: ci
|
||||
image: nixos/nix:2.18.2
|
||||
image: git.lix.systems/lix-project/lix:2.93.3
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||
script:
|
||||
|
|
@ -57,7 +57,7 @@ ci:
|
|||
|
||||
artifacts:
|
||||
stage: artifacts
|
||||
image: nixos/nix:2.18.2
|
||||
image: git.lix.systems/lix-project/lix:2.93.3
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||
|
|
@ -70,7 +70,7 @@ artifacts:
|
|||
|
||||
pages:
|
||||
stage: deploy
|
||||
image: nixos/nix:2.18.2
|
||||
image: git.lix.systems/lix-project/lix:2.93.3
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||
script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue