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

Commit 1502626

Browse files
committed
remove breaking excepts
1 parent 342deb7 commit 1502626

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,6 @@ cargo-check-subkey:
219219
stage: test
220220
<<: *docker-env
221221
<<: *docker-env-only
222-
except:
223-
- /^v[0-9]+\.[0-9]+.*$/ # i.e. v1.0, v2.1rc1
224222
script:
225223
- cd ./bin/utils/subkey
226224
- BUILD_DUMMY_WASM_BINARY=1 time cargo check --release
@@ -302,8 +300,6 @@ test-frame-examples-compile-to-wasm:
302300
test-linux-stable-int:
303301
<<: *test-linux
304302
except:
305-
refs:
306-
- /^v[0-9]+\.[0-9]+.*$/ # i.e. v1.0, v2.1rc1
307303
variables:
308304
- $DEPLOY_TAG
309305
script:
@@ -327,8 +323,6 @@ check-web-wasm:
327323
stage: test
328324
<<: *docker-env
329325
<<: *docker-env-only
330-
except:
331-
- /^v[0-9]+\.[0-9]+.*$/ # i.e. v1.0, v2.1rc1
332326
script:
333327
# WASM support is in progress. As more and more crates support WASM, we
334328
# should add entries here. See https://github.com/paritytech/substrate/issues/2416

0 commit comments

Comments
 (0)