Skip to content

Commit

Permalink
do cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yuval-k committed Oct 23, 2021
1 parent 75d509c commit 0ef84c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
curl -sSL -O https://releases.hashicorp.com/packer/1.7.7/packer_1.7.7_linux_amd64.zip
unzip packer_1.7.7_linux_amd64.zip
mv packer /usr/local/bin/packer
rm packer_1.7.7_linux_amd64.zip
# make packer
make install-local
Expand Down
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ testacc:
testacc-sudo:
cd pkg/builder && \
go test -c . && \
PACKER_ACC=1 PACKER_CONFIG_DIR=$(HOME) sudo -E bash -c "PATH=$(HOME)/go/bin:$$PATH ./builder.test"
PACKER_ACC=1 PACKER_CONFIG_DIR=$(HOME) sudo -E bash -c "PATH=$(HOME)/go/bin:$$PATH ./builder.test" && \
rm img.delete builder.test

0 comments on commit 0ef84c3

Please sign in to comment.