Skip to content

Commit

Permalink
echo CI_MERGE_REQUEST_TITLE
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacques Xing committed Jan 13, 2025
1 parent abce6e5 commit a25cba9
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 @@ -27,6 +27,7 @@ stages:
stage: build-and-test
timeout: 1h
script:
- echo "CI_MERGE_REQUEST_TITLE = $CI_MERGE_REQUEST_TITLE"
- echo "Setup environment"
- apt update
- apt install -y environment-modules
Expand Down

0 comments on commit a25cba9

Please sign in to comment.