updated buildkite_save_pipelines.sh

pull/16/head
Hari Sekhon 2 years ago
parent 598562f22e
commit 76593fa2ab

@ -46,6 +46,6 @@ while read -r pipeline; do
exit 1
fi
# similar behaviour to bak function
cp -av "$json_file" "$json_file.bak.$timestamp"
cp -av -- "$json_file" "$json_file.bak.$timestamp"
echo
done

Loading…
Cancel
Save