Create packet instance

This commit is contained in:
sophia 2020-10-26 12:55:54 -05:00
parent f76a466a97
commit 2f4a1f6a00

View File

@ -16,6 +16,9 @@ jobs:
- name: Create packet instance
run: ./.ci/spec/create-packet.sh
working-directory: ${{github.workspace}}
env:
VAGRANT_CI_LOADER_BUCKET: ${{ secrets.VAGRANT_CI_LOADER_BUCKET }}
setup-hosts:
if: github.repository == 'hashicorp/vagrant-acceptance'