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

attempt 2

parent 20994f0d
No related branches found
No related tags found
No related merge requests found
image: docker:19.03.12 imagebuild:
image: docker
stage: build
#tags:
# - dropped-messages
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
variables: variables:
DOCKER_HOST: tcp://docker:2375 DOCKER_TLS_CERTDIR: "/certs"
# This instructs Docker not to start over TLS.
DOCKER_TLS_CERTDIR: ""
services: services:
- docker:19.03.12-dind - docker:19.03.12-dind
before_script:
- docker info
build:
stage: build
only: only:
- master - master
\ No newline at end of file
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