Commit 8b5987d
authored
Fix GitLab release process (#5807)
## Summary of changes
Fixes the fact that the gitlab pipeline that triggers on a tag push is
currently broken
## Reason for change
The GitLab pipeline is currently broken for release
## Implementation details
We don't want to run the single-step testing stage on tag pushes,
because there's no associated build, which causes that stage to fail.
GitLab adds _implicit_ dependencies on previous stages which means that
you can never run the manual tasks, and the release is blocked.
## Test coverage
yeah.... I tested this in prod on the last release 🙈
## Other details
We want this in both v2 and v3, so will include it in the `release/2.x`
branch1 parent 399f252 commit 8b5987d
1 file changed
+12
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
50 | 54 | | |
51 | 55 | | |
52 | 56 | | |
53 | 57 | | |
54 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
55 | 64 | | |
56 | 65 | | |
57 | 66 | | |
| |||
0 commit comments