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

Merge branch 'ppl3' into 'master'

Ppl3

See merge request !3
parents 6e2a5c27 9bf25aaf
No related branches found
No related tags found
1 merge request!3Ppl3
Pipeline #924 passed with warnings with stages
in 2 minutes and 58 seconds
......@@ -26,7 +26,12 @@ variables:
build:
stage: build
script:
- docker login -u recolic -p "$docker_pswd"
- cd docker-pikaur/ && docker build -t recolic/pikaur .
upload:
stage: deploy
script:
- docker login -u recolic -p "$docker_pswd"
- docker push recolic/pikaur
allow_failure: true
......@@ -96,6 +96,9 @@ function dedup_and_build_index () {
return $?
}
# Must update arch toolchain
docker pull recolic/pikaur
mkdir -p "$build_outdir"
sync_aur || echo AUR-gg
sync_repo || echo REPO-gg
......
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