We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cda586 commit 6508229Copy full SHA for 6508229
1 file changed
.gitlab-ci.yml
@@ -14,15 +14,15 @@ cache:
14
build plugin:
15
stage: compile
16
script:
17
- - cmd.exe /c E:\Piperift\GitlabRunner\Lib\BuildPlugin.bat
+ - cmd.exe /c $LIB_PATH/BuildPlugin.bat
18
19
unit test:
20
stage: test
21
22
- - py E:\Piperift\GitlabRunner\Lib\test_plugin.py
+ - py $LIB_PATH/test_plugin.py
23
24
upload:
25
stage: deploy
26
27
- - cmd.exe /c E:\Piperift\GitlabRunner\Lib\CompressPlugin.bat
28
- - py E:\Piperift\GitlabRunner\Lib\upload.py
+ - cmd.exe /c $LIB_PATH/CompressPlugin.bat
+ - py $LIB_PATH/upload.py
0 commit comments