Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

[ci] improve cancel-pipeline job #1532

Merged
merged 10 commits into from
Aug 11, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix before_script
  • Loading branch information
alvicsam committed Aug 10, 2022
commit 91214e2cbb2727aa355a6b4cf408fdf20189524f
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ variables:

test-linux-stable:
stage: test
before_script:
- *rust-info-script
- *pipeline-stopper-vars
<<: *docker-env
<<: *common-refs
<<: *pipeline-stopper-artifacts
before_script:
- *rust-info-script
- *pipeline-stopper-vars
variables:
# Enable debug assertions since we are running optimized builds for testing
# but still want to have debug assertions.
Expand Down