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
bf478494ca
commit
ff7d1abb40
1 changed files with 7 additions and 10 deletions
|
|
@ -1,21 +1,18 @@
|
|||
stages:
|
||||
- test
|
||||
# - release
|
||||
|
||||
- release
|
||||
variables:
|
||||
GIT_SSL_NO_VERIFY: "true"
|
||||
ErrorActionPreference: STOP
|
||||
|
||||
Test:
|
||||
stage: test
|
||||
script:
|
||||
- .\build.ps1 -Tasks 'test'
|
||||
except:
|
||||
- master
|
||||
|
||||
#Release:
|
||||
# stage: release
|
||||
# script:
|
||||
# - .\build.ps1 -Tasks 'analyze','test','release'
|
||||
# only:
|
||||
# - master
|
||||
Release:
|
||||
stage: release
|
||||
script:
|
||||
- .\build.ps1 -Tasks 'test','release'
|
||||
only:
|
||||
- master
|
||||
Loading…
Add table
Reference in a new issue