Skip to content

Commit

Permalink
Fix bug in yaml syntax introduced in #182 (#184)
Browse files Browse the repository at this point in the history
**What does this PR do?**:

Fix a bug in YAML syntax introduced in #182.

**Motivation**:

Fix broken CI step.

**Additional Notes**:

HOW CAN YAML BE MORE ANNOYING THAN JSON.

**How to test the change?**:

Validate that GitLab CI pipeline step runs.
  • Loading branch information
ivoanjo committed Jun 28, 2023
1 parent 96e259c commit 91b6db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +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."
- "echo TIP: If you see this failing, 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 91b6db5

Please sign in to comment.