diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-02-19 10:18:22 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-19 10:18:22 +0100 |
commit | bbe8f434b136db9ab8775c427d38d4c39916f59b (patch) | |
tree | 47c2875e796e0bf17da369c12ed1ccf1d3bb4bd3 | |
parent | 49a7cb3ee697bf46a73aa184ae70f74817e0b613 (diff) | |
download | jenkins.debian.net-bbe8f434b136db9ab8775c427d38d4c39916f59b.tar.xz |
reproducible: it's .yml not .yaml
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index bb364d28..bcc7b9b2 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -67,8 +67,8 @@ if [ -z $RESULT ] ; then echo "Warning: ${NOTES_GIT_PATH} does not exist, has the job been renamed???" echo "Please investigate and fix!" exit 1 - elif [ ! -f ${NOTES_GIT_PATH}/packages.yaml ] || [ ! -f ${NOTES_GIT_PATH}/issues.yaml ] ; then - echo "Warning: ${NOTES_GIT_PATH}/packages.yaml or issues.yaml does not exist, something has changed in notes.git it seems." + elif [ ! -f ${NOTES_GIT_PATH}/packages.yml ] || [ ! -f ${NOTES_GIT_PATH}/issues.yml ] ; then + echo "Warning: ${NOTES_GIT_PATH}/packages.yml or issues.yml does not exist, something has changed in notes.git it seems." echo "Please investigate and fix!" exit 1 fi |