fix: attempt fixing ci
This commit is contained in:
parent
58b17e70de
commit
0100ae4a14
1 changed files with 2 additions and 1 deletions
|
|
@ -5,9 +5,10 @@ before_script:
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
env:
|
||||||
|
DOCKER_TLS_CERTDIR: "/certs"
|
||||||
|
|
||||||
build_and_push:
|
build_and_push:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- unset DOCKER_HOST
|
|
||||||
- docker build .
|
- docker build .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue