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

GitLab CI to build image

parent 6ae8d5a7
Branches
No related tags found
No related merge requests found
image: docker:19.03.12
variables:
DOCKER_HOST: tcp://docker:2375
# This instructs Docker not to start over TLS.
DOCKER_TLS_CERTDIR: ""
services:
- docker:19.03.12-dind
before_script:
- docker info
build:
stage: build
only:
- master
script:
- cd cuda-go
- ./build-all-images.sh
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment