1
0
Fork 0

fix(build): put Github status jobs in correct stages

This commit is contained in:
Sean Sube 2023-01-11 17:26:05 -06:00
parent 9f7e16b62f
commit e704db50b1
1 changed files with 3 additions and 3 deletions

View File

@ -180,14 +180,14 @@ package-gui-npm:
# commit status
github-pending:
stage: status-pre
stage: .pre
extends:
- .build-curl
script:
- ./common/scripts/github-status.sh pending
github-failure:
stage: status-post
stage: .post
extends:
- .build-curl
when: on_failure
@ -195,7 +195,7 @@ github-failure:
- ./common/scripts/github-status.sh failure
github-success:
stage: status-post
stage: .post
extends:
- .build-curl
when: on_success