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

Update .gitlab-ci.yml

parent 9e5115b8
No related branches found
No related tags found
No related merge requests found
......@@ -14,20 +14,3 @@ native:
- docker:dind
only:
- master
wasm:
image: docker
stage: build
script:
- docker info
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
- cd wasm-go
- chmod +x build-image.sh
- ./build-image.sh 1.17
variables:
#DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: "/certs"
services:
- docker:dind
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment