mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 08:42:33 -04:00
Fix invalid path for copy command
This commit is contained in:
parent
f75a8d1693
commit
bb8e1947da
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ wget https://github.com/hashicorp/packer-plugin-scaffolding/archive/refs/heads/m
|
|||
unzip main.zip
|
||||
cp packer-plugin-scaffolding-main/.web-docs/metadata.hcl .web-docs/
|
||||
cp -r packer-plugin-scaffolding-main/.web-docs/scripts/ .web-docs/scripts/
|
||||
cp .github/workflows/notify-integration-release-via-* .github/workflows/
|
||||
cp packer-plugin-scaffolding-main/.github/workflows/notify-integration-release-via-* .github/workflows/
|
||||
|
||||
# Remove downloaded scaffolding project
|
||||
rm main.zip
|
||||
|
|
|
|||
Loading…
Reference in a new issue