diff options
author | drebs <drebs@leap.se> | 2017-06-28 07:22:44 -0300 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-06-28 23:35:01 +0200 |
commit | 3240a267838e372730fc41dc7546f4864ef6ae37 (patch) | |
tree | fb494ee571e8ddbf0a0a8f1dd1717bd45baacb9f /.gitlab-ci.yml | |
parent | cf86859a8e0d078042a22ce04d4da91d26e06c8a (diff) |
[pkg] print explanation message when SSH_PRIVATE_KEY is missing
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fdb34237..7deba684 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ before_script: - build-build-package # Test the package with lintian - build-test-lintian - - "if [ -n \"${SSH_PRIVATE_KEY}\" ]; then upload-package; fi" + - "if [ -n \"${SSH_PRIVATE_KEY}\" ]; then upload-package; else echo \"Skipping package upload because SSH_PRIVATE_KEY is not set.\"; fi" # sleep 1h to allow debugging of running container # - sleep 3600 artifacts: |