Skip to content

Commit 6508229

Browse files
committed
Updated CICD
1 parent 9cda586 commit 6508229

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ cache:
1414
build plugin:
1515
stage: compile
1616
script:
17-
- cmd.exe /c E:\Piperift\GitlabRunner\Lib\BuildPlugin.bat
17+
- cmd.exe /c $LIB_PATH/BuildPlugin.bat
1818

1919
unit test:
2020
stage: test
2121
script:
22-
- py E:\Piperift\GitlabRunner\Lib\test_plugin.py
22+
- py $LIB_PATH/test_plugin.py
2323

2424
upload:
2525
stage: deploy
2626
script:
27-
- cmd.exe /c E:\Piperift\GitlabRunner\Lib\CompressPlugin.bat
28-
- py E:\Piperift\GitlabRunner\Lib\upload.py
27+
- cmd.exe /c $LIB_PATH/CompressPlugin.bat
28+
- py $LIB_PATH/upload.py

0 commit comments

Comments
 (0)