Skip to content

Commit 0be8a18

Browse files
committed
Handle lack of manifests/*.yml in shipit
1 parent c46ad17 commit 0be8a18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/scripts/shipit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ if [[ -z $(git config --global user.name) ]]; then
123123
fi
124124

125125
(cd ${REPO_ROOT}
126+
shopt -s nullglob
126127
for MANIFEST_PATH in manifests/*.yml; do
127128
len=$(wc -l $MANIFEST_PATH | awk '{print $1}')
128129
head=$(head -n `expr $len - 4` $MANIFEST_PATH)

0 commit comments

Comments
 (0)