We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ade84 commit 596428fCopy full SHA for 596428f
.gitlab-ci.yml
@@ -15,7 +15,7 @@ workflow:
15
# forbid stable releases on registry tanker-dev
16
- if: $CI_PIPELINE_SOURCE == "web" && ($SDK_RUST_RELEASE_VERSION =~ /\A\d+\.\d+\.\d+\z/ && $SDK_RUST_CARGO_REGISTRY != "tanker")
17
when: never
18
- - if: $SDK_NATIVE_LATEST_CONAN_REFERENCE !~ /\Atanker\/(latest-stable@|(\d+\.\d+\.\d+(-(alpha|beta)\d+)?@(\w+\/\w+)?))\z/
+ - if: !reference [.if-invalid-native-conan-reference, if]
19
20
# allow everything else
21
- when: always
0 commit comments