Skip to content

Commit

Permalink
Update CI config to use new template for container build (GridTools#1450
Browse files Browse the repository at this point in the history
)
  • Loading branch information
edopao authored Feb 8, 2024
1 parent 54a2887 commit 374f043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/cscs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ stages:
- test

build py38 baseimage:
extends: .container-builder
extends: .container-builder-cscs-zen2
stage: baseimage
# we create a tag that depends on the SHA value of ci/base.Dockerfile, this way
# a new base image is only built when the SHA of this file changes
Expand Down Expand Up @@ -52,7 +52,7 @@ build py310 baseimage:
<<: *py310

build py38 image:
extends: .container-builder
extends: .container-builder-cscs-zen2
needs: ["build py38 baseimage"]
stage: image
variables:
Expand Down

0 comments on commit 374f043

Please sign in to comment.