Force gitlab to pull the new container
This commit is contained in:
parent
108fe512b4
commit
3af5f4cd88
@ -788,7 +788,10 @@ deprecated-ci-build:
|
||||
########################################
|
||||
|
||||
.aws-pcluster-generate-image:
|
||||
image: { "name": "ghcr.io/spack/pcluster-amazonlinux-2:latest", "entrypoint": [""] }
|
||||
image:
|
||||
"name": "ghcr.io/spack/pcluster-amazonlinux-2:latest"
|
||||
"entrypoint": [""]
|
||||
pull_policy: "always"
|
||||
|
||||
.aws-pcluster-generate:
|
||||
before_script:
|
||||
|
@ -35,7 +35,10 @@ spack:
|
||||
ci:
|
||||
pipeline-gen:
|
||||
- build-job:
|
||||
image: { "name": "ghcr.io/spack/pcluster-amazonlinux-2:latest", "entrypoint": [""] }
|
||||
image:
|
||||
"name": "ghcr.io/spack/pcluster-amazonlinux-2:latest"
|
||||
"entrypoint": [""]
|
||||
pull_policy: "always"
|
||||
before_script:
|
||||
- - . "./share/spack/setup-env.sh"
|
||||
- . /etc/profile.d/modules.sh
|
||||
|
@ -36,7 +36,10 @@ spack:
|
||||
ci:
|
||||
pipeline-gen:
|
||||
- build-job:
|
||||
image: { "name": "ghcr.io/spack/pcluster-amazonlinux-2:latest", "entrypoint": [""] }
|
||||
image:
|
||||
"name": "ghcr.io/spack/pcluster-amazonlinux-2:latest"
|
||||
"entrypoint": [""]
|
||||
pull_policy: "always"
|
||||
tags: ["aarch64"]
|
||||
before_script:
|
||||
- - . "./share/spack/setup-env.sh"
|
||||
|
@ -36,7 +36,10 @@ spack:
|
||||
ci:
|
||||
pipeline-gen:
|
||||
- build-job:
|
||||
image: { "name": "ghcr.io/spack/pcluster-amazonlinux-2:latest", "entrypoint": [""] }
|
||||
image:
|
||||
"name": "ghcr.io/spack/pcluster-amazonlinux-2:latest"
|
||||
"entrypoint": [""]
|
||||
pull_policy: "always"
|
||||
tags: ["aarch64"]
|
||||
before_script:
|
||||
- - . "./share/spack/setup-env.sh"
|
||||
|
@ -35,7 +35,10 @@ spack:
|
||||
ci:
|
||||
pipeline-gen:
|
||||
- build-job:
|
||||
image: { "name": "ghcr.io/spack/pcluster-amazonlinux-2:latest", "entrypoint": [""] }
|
||||
image:
|
||||
"name": "ghcr.io/spack/pcluster-amazonlinux-2:latest"
|
||||
"entrypoint": [""]
|
||||
pull_policy: "always"
|
||||
before_script:
|
||||
- - . "./share/spack/setup-env.sh"
|
||||
- . /etc/profile.d/modules.sh
|
||||
|
Loading…
Reference in New Issue
Block a user