Update .gitlab-ci.yml
This commit is contained in:
parent
7262f26034
commit
bcbd53daa1
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ build_job:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- apk add --no-cache curl
|
- 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 login -u gitlab-ci-token -p $CI_BUILD_TOKEN gitlab.rezometz.org:5678
|
||||||
- docker push gitlab.rezometz.org:5678/klafyvel/klafirc:latest
|
- docker push gitlab.rezometz.org:5678/klafyvel/klafirc:latest
|
||||||
- "curl -X POST lupercus.rez -d \"$API_VARS\" -H \"Content-Type: application/json\""
|
- "curl -X POST lupercus.rez -d \"$API_VARS\" -H \"Content-Type: application/json\""
|
||||||
|
|
Loading…
Reference in a new issue