[skip-ci] fix YAML syntax

This commit is contained in:
AlmAck 2018-01-06 23:27:27 +01:00
parent 9e21fdde2d
commit 3308b81716

View File

@ -71,7 +71,7 @@ build_repo:
sign_pkgs:
stage: sign
script:
- for pkg in $(find . -type f | grep ".pkg.tar.xz"); do echo "sign: $pkg" && echo "$GPG_PASSWORD" | gpg -sb --pinentry-mode loopback --passphrase-fd 0 $pkg; done
- for pkg in $(find . -type f | grep ".pkg.tar.xz"); do echo "signing $pkg" && echo "$GPG_PASSWORD" | gpg -sb --pinentry-mode loopback --passphrase-fd 0 $pkg; done
artifacts:
# expire artifacts per default - the gitlab web frontend can be used to keep
# artifacts of interest for an unlimited time