We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2833e60 commit 1e41ac3Copy full SHA for 1e41ac3
1 file changed
.gitlab/ci/build.gitlab-ci.yml
@@ -46,16 +46,13 @@ check_exists:
46
image: docker:stable
47
stage: build
48
variables:
49
- # for port 2375
50
- DOCKER_TLS_CERTDIR: ""
51
services:
52
- name: mohs.dhcp.lbl.gov/docker:29.4.0-dind
53
command: ["--insecure-registry", "mohs.dhcp.lbl.gov"]
54
alias: docker
55
before_script:
56
- cat /etc/hosts
57
- cat /etc/resolv.conf
58
- - sleep 15
59
- docker info
60
- echo $IMAGE:$CI_COMMIT_REF_NAME
61
- echo $IMAGE:$CI_COMMIT_SHORT_SHA
0 commit comments