Skip to content

Commit

Permalink
Merge pull request #54 from ElstonLewis/Fix_product_code_variable
Browse files Browse the repository at this point in the history
Fix product code variable
  • Loading branch information
ElstonLewis authored Nov 22, 2023
2 parents 03e77e6 + fe73b1e commit 9d89b15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ echo "product_code: `echo $OUTSCALE_PRODUCT_CODES`"
echo "packer version `/bin/packer --version`"
echo "packer plugins: `/bin/packer plugins installed`"

echo "executing /bin/packer init -upgrade ."
/bin/packer init -upgrade .
echo "executing /bin/packer init -upgrade ./config.pkr.hcl"
/bin/packer init -upgrade ./config.pkr.hcl

echo "executing /bin/packer build ./$PACKER_SCRIPT | tee /usr/local/packer/logs/$UOMI_NAME.log"
/bin/packer build ./$PACKER_SCRIPT | tee /usr/local/packer/logs/$UOMI_NAME.log
Expand Down

0 comments on commit 9d89b15

Please sign in to comment.