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

auto build

parent 4bb66ceb
No related branches found
No related tags found
1 merge request!3Ppl3
Pipeline #922 passed with warnings with stages
in 3 minutes and 18 seconds
......@@ -23,17 +23,13 @@ variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: "" # not to start over tls
#stages:
# - build
# - upload
build:
stage: build
script:
- cd docker-pikaur/ && docker build -t recolic/pikaur .
upload:
stage: upload
stage: deploy
script:
- 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