Skip to content

Commit

Permalink
Minor: Add help message on CI failure (#182)
Browse files Browse the repository at this point in the history
**What does this PR do?**:

Add a tiny message pointing people in the right direction if something
fails in GitLab CI.

**Motivation**:

I got confused by this, so might as well improve it so that I'm the
last person to be confused :)

**Additional Notes**:

N/A

**How to test the change?**:

Validate that this message shows up when going to the
"report_gitlab_CI_status" job in CI.
  • Loading branch information
ivoanjo authored Jun 28, 2023
1 parent bc17239 commit 96e259c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ report_gitlab_CI_status:
when: always
stage: .post
script:
- echo "TIP: If you see this failing, it's because something else in the GitLab pipeline failed. Follow the link to the pipeline and check for other things that failed prior to this step."
- exit ${STATUS}

0 comments on commit 96e259c

Please sign in to comment.