Skip to content

Commit 438c082

Browse files
committed
CI: Remove the compile-only run for Gnosis
1 parent 304c398 commit 438c082

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.circleci/config.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -504,13 +504,6 @@ defaults:
504504
binary_type: solcjs
505505
compile_only: 1
506506
nodejs_version: '14'
507-
- job_native_compile_ext_gnosis: &job_native_compile_ext_gnosis
508-
<<: *workflow_ubuntu2004_static
509-
name: t_native_compile_ext_gnosis
510-
project: gnosis
511-
binary_type: native
512-
compile_only: 1
513-
nodejs_version: '14'
514507

515508
- job_native_test_ext_gnosis: &job_native_test_ext_gnosis
516509
<<: *workflow_ubuntu2004_static
@@ -1459,7 +1452,6 @@ workflows:
14591452
- t_ems_ext_hardhat: *workflow_emscripten
14601453

14611454
- t_ems_ext: *job_ems_compile_ext_colony
1462-
- t_ems_ext: *job_native_compile_ext_gnosis
14631455

14641456
- t_ems_ext: *job_native_test_ext_gnosis
14651457
- t_ems_ext: *job_native_test_ext_zeppelin
@@ -1478,7 +1470,6 @@ workflows:
14781470
<<: *workflow_trigger_on_tags
14791471
requires:
14801472
- t_ems_compile_ext_colony
1481-
- t_native_compile_ext_gnosis
14821473
- t_native_test_ext_gnosis
14831474
- t_native_test_ext_zeppelin
14841475
- t_native_test_ext_ens

0 commit comments

Comments
 (0)