netdata/packaging: you need more content to fetch git describe info. Cant explain why it didnt fail before though (#6007)

This commit is contained in:
Paul Emm. Katsoulakis 2019-05-15 09:55:39 +03:00 committed by GitHub
parent 06f0963954
commit 83ebdd3c52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -231,6 +231,8 @@ jobs:
- packaging/docker/build.sh
- packaging/docker/publish.sh
after_failure: post_message "TRAVIS_MESSAGE" "<!here> Nightly docker image publish failed"
git:
depth: false
env: ALLOW_SOFT_FAILURE_HERE=true
- name: Create nightly release artifacts, publish to GCS
@ -242,6 +244,8 @@ jobs:
- echo "packaging/version:" && cat packaging/version
- .travis/create_artifacts.sh
after_failure: post_message "TRAVIS_MESSAGE" "<!here> Nightly artifacts generation failed"
git:
depth: false
before_deploy:
echo "Preparing creds under ${TRAVIS_REPO_SLUG}";
if [ "${TRAVIS_REPO_SLUG}" == "netdata/netdata" ]; then