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

auto build

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