mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 18:02:30 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
98f52f4b39
commit
bf478494ca
1 changed files with 7 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
- release
|
# - release
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
GIT_SSL_NO_VERIFY: "true"
|
GIT_SSL_NO_VERIFY: "true"
|
||||||
|
|
@ -13,9 +13,9 @@ Test:
|
||||||
except:
|
except:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
Release:
|
#Release:
|
||||||
stage: release
|
# stage: release
|
||||||
script:
|
# script:
|
||||||
- .\build.ps1 -Tasks 'test', 'release'
|
# - .\build.ps1 -Tasks 'analyze','test','release'
|
||||||
only:
|
# only:
|
||||||
- master
|
# - master
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue