Skip to content

Commit

Permalink
Try downgrading docker image to resolve pipeline error
Browse files Browse the repository at this point in the history
  • Loading branch information
etphipp committed Jun 18, 2024
1 parent 53e8555 commit 9c7e97b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ stages:
# Build genten (w/clang) and push to registry using docker-in-docker
build-gitlab-clang-image:
stage: build
image: docker:stable
#image: docker:stable
image: docker:25
services:
- docker:stable-dind
#- docker:stable-dind
- docker:25-dind
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker pull ${CI_REGISTRY_IMAGE}/genten-clang-openmp-snb:latest || true
Expand Down

0 comments on commit 9c7e97b

Please sign in to comment.