fix yaml
This commit is contained in:
+4
-5
@@ -132,7 +132,6 @@ variables:
|
||||
stages:
|
||||
- build
|
||||
- test
|
||||
- staging
|
||||
- deploy
|
||||
- installer
|
||||
- release
|
||||
@@ -153,8 +152,8 @@ test:
|
||||
script:
|
||||
- dotnet test
|
||||
|
||||
staging:
|
||||
stage: staging
|
||||
IIS01:deploy:
|
||||
stage: deploy
|
||||
only:
|
||||
- develop
|
||||
needs: ["test"]
|
||||
@@ -165,7 +164,7 @@ staging:
|
||||
- dotnet publish -p:PublishProfile=IIS01.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=viadante16 -p:AllowUntrustedCertificate=true MP.Stats/MP.Stats.csproj
|
||||
|
||||
|
||||
staging:
|
||||
IIS02:deploy:
|
||||
stage: deploy
|
||||
only:
|
||||
- master
|
||||
@@ -196,7 +195,7 @@ staging:
|
||||
# - *hashBuildCore
|
||||
# - *nexusUploadCore
|
||||
|
||||
staging:
|
||||
installer:
|
||||
stage: installer
|
||||
only:
|
||||
- develop
|
||||
|
||||
Reference in New Issue
Block a user