Skip to content

Commit

Permalink
Check if tarball is there locally in the Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
benjben committed Dec 20, 2024
1 parent 8c859a2 commit 72c6f90
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Packerfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@
],
"keep_input_artifact": true
},
{
"type": "shell-local",
"only": ["googlecompute"],
"inline": [
"ls -R"
]
}
{
"type": "shell-local",
"only": ["googlecompute"],
Expand Down

0 comments on commit 72c6f90

Please sign in to comment.