Skip to content

Commit 946f89b

Browse files
committed
GPII-2344: Updated vagrant config to remove drive mounting steps.
1 parent 82eed2c commit 946f89b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.vagrant.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ env:
1919

2020
stages: # Stages to perform when 'ci test' command is invoked
2121
- setup # Install our system-level dependencies, etc.
22-
- vdrive # Connect to our V: Network drive
2322
- test # Run the actual tests
2423

2524
setup_job:
@@ -29,11 +28,6 @@ setup_job:
2928
- choco install chromedriver -y
3029
# node-inspector is pre-installed as a courtesy to assist in debugging.
3130
- do.ps1 -c "npm install -g node-inspector"
32-
vdrive_job:
33-
stage: vdrive
34-
script:
35-
- "net use v: \\\\vboxsrv\\vagrant /yes"
36-
- "do.ps1 -c 'net use v: \\\\VBOXSVR\\vagrant /yes'"
3731

3832
test_job:
3933
stage: test # name of the stage

0 commit comments

Comments
 (0)