Update .gitlab-ci.yml

This commit is contained in:
klafyvel 2018-08-02 16:47:13 +02:00
parent 7262f26034
commit bcbd53daa1

View file

@ -9,7 +9,7 @@ build_job:
stage: build
script:
- apk add --no-cache curl
- docker build -f Dockerfile -t gitlab.rezometz.org:5678/klafyvel/klafirc
- docker build -f Dockerfile -t gitlab.rezometz.org:5678/klafyvel/klafirc .
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN gitlab.rezometz.org:5678
- docker push gitlab.rezometz.org:5678/klafyvel/klafirc:latest
- "curl -X POST lupercus.rez -d \"$API_VARS\" -H \"Content-Type: application/json\""