Skip to content

Commit 70ac9ae

Browse files
committed
add PACKER_PLUGIN_PATH variable to build step
Signed-off-by: Koray Oksay <koray.oksay@gmail.com>
1 parent 635a70f commit 70ac9ae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/change-file-build-new-actions-vm.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ jobs:
4444
packer plugins install github.com/hashicorp/oracle
4545
packer plugins install github.com/hashicorp/qemu
4646
packer plugins install github.com/hashicorp/azure
47-
packer version
48-
packer plugins installed
49-
tree ~/.config/packer/plugins
5047
5148
- name: Install OCI CLI
5249
env:
@@ -73,6 +70,7 @@ jobs:
7370
run: |
7471
export PATH=$PATH:$HOME/bin && \
7572
cd ci/gha-runner-vm && \
73+
export PACKER_PLUGIN_PATH=/home/ubuntu/.config/packer/plugins && \
7674
PACKER_LOG=1 go run main.go \
7775
--isoURL https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img \
7876
--arch amd64

0 commit comments

Comments
 (0)