Skip to content
Snippets Groups Projects
Commit 4bb66ceb authored by Recolic's avatar Recolic :house_with_garden:
Browse files

auto build

parent 2db3d6ec
No related branches found
No related tags found
1 merge request!3Ppl3
Pipeline #921 failed
...@@ -23,9 +23,9 @@ variables: ...@@ -23,9 +23,9 @@ variables:
DOCKER_HOST: tcp://docker:2375 DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: "" # not to start over tls DOCKER_TLS_CERTDIR: "" # not to start over tls
stages: #stages:
- build # - build
- upload # - upload
build: build:
stage: build stage: build
...@@ -35,7 +35,7 @@ build: ...@@ -35,7 +35,7 @@ build:
upload: upload:
stage: upload stage: upload
script: script:
- [[ "$docker_pswd" != "" ]] && docker login -u recolic -p "$docker_pswd" - docker login -u recolic -p "$docker_pswd"
- docker push recolic/pikaur - docker push recolic/pikaur
allow_failure: true allow_failure: true
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