Skip to content
Snippets Groups Projects
Commit 05f13a5e authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

Update .gitlab-ci.yml

parent bb863e69
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,9 @@ imagebuild:
script:
- docker info
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
- cd docker-image
- chmod +x build-image.sh
- ./build-image.sh
- cd cuda-go
- chmod +x build-all-images.sh
- ./build-all-images.sh
variables:
#DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: "/certs"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment