Aggiunto stage needs x precedenze
This commit is contained in:
@@ -39,6 +39,7 @@ test:
|
||||
stage: test
|
||||
only:
|
||||
- develop
|
||||
needs: ["build"]
|
||||
script:
|
||||
- dotnet test
|
||||
|
||||
@@ -47,6 +48,7 @@ release:
|
||||
only:
|
||||
- feature/Deploy_CI_CD
|
||||
- master
|
||||
needs: ["build"]
|
||||
artifacts:
|
||||
paths:
|
||||
- publish/
|
||||
|
||||
Reference in New Issue
Block a user