Skip to content

Commit

Permalink
Define VAGRANT_DEFAULT_PROVIDER env var
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Dec 18, 2024
1 parent 7207b56 commit 2ae2abe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/ubuntu-runner-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ spec:
- "sudo ln -s /usr/bin/python3 /usr/bin/python"
- "sudo /opt/runner/bin/installdependencies.sh"
- "sudo chown -R runner: /opt/runner"
write_files:
- path: /etc/environment
content: |
VAGRANT_DEFAULT_PROVIDER=virtualbox
append: true
power_state:
delay: now
mode: poweroff
Expand Down

0 comments on commit 2ae2abe

Please sign in to comment.