Skip to content
GitLab
Menu
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
979787bd
Commit
979787bd
authored
Nov 17, 2020
by
Jean-Francois Rey
☕
Browse files
update ci
parent
e54a9041
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
979787bd
...
...
@@ -42,9 +42,9 @@ Deploy-VM:
stage
:
deploy
when
:
manual
script
:
-
sudo chmod -R ugo+wrx "/home/gitlab-runner//VirtualBox VMs/win10R4/"
-
sudo vboxmanage unregistervm win10R4 ||
true
-
sudo chmod -R ugo+wrx "/home/gitlab-runner/VirtualBox VMs/win10R4/" ||
true
-
vboxmanage controlvm win10R4 poweroff ||
true
-
vboxmanage unregistervm --delete win10R4 ||
true
-
vboxmanage modifyvm windows10R4 --name win10R4
-
sudo vboxmanage unregistervm win10R4 ||
true
-
sudo vboxmanage registervm "/home/gitlab-runner/VirtualBox VMs/win10R4/win10R4.vbox"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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