Output file list before run

This commit is contained in:
Greg Hellings
2024-04-21 14:53:44 -05:00
parent 00a41fd7e2
commit 6cadd7193b
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -47,6 +47,7 @@ stages:
- packer init sources
- echo $COMMAND
script:
- ls -l cache/
- echo $COMMAND > build.sh
- bash build.sh || exit 1
+2
View File
@@ -19,3 +19,5 @@ pushd cache
echo "Downloading ${files[*]}"
curl --parallel -L "${files[@]}"
popd
ls -l cache/