gitlab: don't update GitHub status from individual jobs
Never update the GitHub status at the end of a job. Instead, when everything is done, the 'fail' job will run in the 'finish' stage and update the status accordingly.
This commit is contained in:
parent
f7dd0878b9
commit
a0f5262701
1 changed files with 0 additions and 1 deletions
|
|
@ -11,7 +11,6 @@ stages:
|
|||
after_script:
|
||||
- schutzbot/ci_details.sh > ci-details-after-run
|
||||
- schutzbot/unregister.sh
|
||||
- schutzbot/update_github_status.sh update
|
||||
tags:
|
||||
- terraform
|
||||
artifacts:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue