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

auto build

parent 6e2a5c27
No related branches found
No related tags found
1 merge request!3Ppl3
Pipeline #918 failed
......@@ -24,9 +24,12 @@ variables:
DOCKER_TLS_CERTDIR: "" # not to start over tls
build:
stage: build
script:
- docker login -u recolic -p "$docker_pswd"
- cd docker-pikaur/ && docker build -t recolic/pikaur .
upload:
script:
- [[ "$docker_pswd" != "" ]] && docker login -u recolic -p "$docker_pswd"
- docker push recolic/pikaur
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