Skip to content
Snippets Groups Projects
Commit 98a84907 authored by Irina Kera Gundersen's avatar Irina Kera Gundersen
Browse files

Delete variables

parent 2a5a0a97
No related branches found
No related tags found
No related merge requests found
Pipeline #112296 failed
......@@ -3,12 +3,6 @@ image: docker:19.03.0
services:
- docker:19.03.0-dind
variables:
DOCKER_DRIVER: overlay
DOCKER_HOST: tcp://docker:3000
DOCKER_TLS_CERTDIR: ""
stages:
- build
......@@ -20,7 +14,7 @@ docker_build:
script:
- apk add --no-cache curl
- docker login -u _ -p $HEROKU_TOKEN registry.heroku.com
- docker pull registry.heroku.com/secfit-group15/web || true
- docker pull registry.heroku.com/secfit-group15/web
- docker build
--cache-from registry.heroku.com/secfit-group15/web
--tag registry.heroku.com/secfit-group15/web
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment