mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-12 17:32:30 +00:00
Fix yaml
This commit is contained in:
parent
244115fd9f
commit
783c6b0a6a
1 changed files with 1 additions and 5 deletions
|
|
@ -1,22 +1,18 @@
|
|||
stages:
|
||||
- test
|
||||
- release
|
||||
|
||||
variables:
|
||||
GIT_SSL_NO_VERIFY: "true"
|
||||
ErrorActionPreference: STOP
|
||||
|
||||
Test:
|
||||
stage: test
|
||||
script:
|
||||
- .\build.ps1 -Tasks 'test'
|
||||
except:
|
||||
- master
|
||||
|
||||
Release:
|
||||
stage: release
|
||||
script:
|
||||
script:
|
||||
- .\build.ps1 -Tasks 'test','release'
|
||||
only:
|
||||
- master
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue