Skip to content

Commit

Permalink
Disable artifact upload for now as it is not required
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe2 authored Apr 18, 2022
1 parent 7490bf6 commit a56d221
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
vagrant package --debug --no-tty --output containers-lab.box --info info.json
- run: ls -la

- uses: actions/upload-artifact@v3
with:
name: containers-lab-vagrant-box
path: containers-lab.box
# - uses: actions/upload-artifact@v3
# with:
# name: containers-lab-vagrant-box
# path: containers-lab.box

0 comments on commit a56d221

Please sign in to comment.