Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
R ecosystem
WindowsR
Commits
32daf244
Commit
32daf244
authored
Sep 30, 2020
by
Jean-Francois Rey
☕
Browse files
up ci
parent
8e18fb73
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
32daf244
...
...
@@ -9,8 +9,8 @@ Gen-VM:
-
"
vagrant"
stage
:
build
script
:
-
vboxmanage controlvm windows10R4 poweroff
-
vboxmanage unregistervm --delete windows10R4
-
vboxmanage controlvm windows10R4 poweroff
||
true
-
vboxmanage unregistervm --delete windows10R4
||
true
-
vagrant up
-
vagrant halt windows10R4
...
...
@@ -22,7 +22,8 @@ Deploy-VM:
stage
:
deploy
when
:
on_success
script
:
-
vboxmanage unregistervm --delete win10R4
-
vboxmanage modifyvm windows10R4 --name win10R4
-
sudo vboxmanage unregistervm win10R4
-
vboxmanage controlvm win10R4 poweroff ||
true
-
vboxmanage unregistervm --delete win10R4 ||
true
-
vboxmanage modifyvm windows10R4 --name win10R4 ||
true
-
sudo vboxmanage unregistervm win10R4 ||
true
-
sudo vboxmanage registervm "/home/VirtualBox VMs/win10R4/win10R4.vbox"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment