Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xyb994 authored Jul 1, 2024
1 parent 67d291e commit e5bbbed
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,8 @@ jobs:
vboxmanage --version
vagrant plugin install vagrant-disksize
- name: authenticate with vagrant cloud
run: |
vagrant cloud auth login --check
echo ""
vagrant cloud auth login --token $VAGRANT_CLOUD_TOKEN
echo ""
vagrant cloud auth login --check
- name: vagrant up
run: |
vagrant up
run: vagrant up

- name: vagrant halt
run: |
vagrant halt
run: vagrant halt

0 comments on commit e5bbbed

Please sign in to comment.