Skip to content

Commit cc103cf

Browse files
committed
build.gitlab-ci.yml: Add sleep so it has ample to time setup
1 parent 8a0a9fc commit cc103cf

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.gitlab/ci/build.gitlab-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,17 @@ check_exists:
4545
.build:
4646
image: docker:stable
4747
stage: build
48+
variables:
49+
# for port 2375
50+
DOCKER_TLS_CERTDIR: ""
4851
services:
4952
- name: mohs.dhcp.lbl.gov/docker:29.4.0-dind
5053
command: ["--insecure-registry", "mohs.dhcp.lbl.gov"]
5154
alias: docker
5255
before_script:
5356
- cat /etc/hosts
5457
- cat /etc/resolv.conf
58+
- sleep 15
5559
- docker info
5660
- echo $IMAGE:$CI_COMMIT_REF_NAME
5761
- echo $IMAGE:$CI_COMMIT_SHORT_SHA
@@ -76,6 +80,7 @@ check_exists:
7680
docker push $IMAGE:$CI_PROJECT_NAME-$CI_COMMIT_SHORT_SHA
7781
docker push $IMAGE:latest
7882
83+
7984
build_bookworm:
8085
extends: .build
8186
variables:

0 commit comments

Comments
 (0)