mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 15:21: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:
|
cache-ci-deps:
|
||||||
stage: ci
|
stage: ci
|
||||||
image: nixos/nix:2.18.2
|
image: git.lix.systems/lix-project/lix:2.93.3
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
script: direnv exec . job cache-ci-deps
|
script: direnv exec . job cache-ci-deps
|
||||||
|
|
||||||
ci:
|
ci:
|
||||||
stage: ci
|
stage: ci
|
||||||
image: nixos/nix:2.18.2
|
image: git.lix.systems/lix-project/lix:2.93.3
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||||
script:
|
script:
|
||||||
|
|
@ -57,7 +57,7 @@ ci:
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
stage: artifacts
|
stage: artifacts
|
||||||
image: nixos/nix:2.18.2
|
image: git.lix.systems/lix-project/lix:2.93.3
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||||
|
|
@ -70,7 +70,7 @@ artifacts:
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: nixos/nix:2.18.2
|
image: git.lix.systems/lix-project/lix:2.93.3
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue