File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ linux_release:
66 when : on_success
77 paths :
88 - wally_dist/*
9- tags :
10- - ga
119 script :
1210 - cd $CI_PROJECT_DIR
1311 - ENABLE_ELEMENTS=--enable-elements ./tools/build_python_wheels.sh
@@ -20,8 +18,6 @@ linux_release:
2018
2119linux_py2_debug :
2220 image : greenaddress/wallycore@sha256:ab55c35391af5e762a22db9f532b995b908a12c1bcbce911c528514b0f7295a1
23- tags :
24- - ga
2521 script :
2622 - cd $CI_PROJECT_DIR
2723 - ./tools/cleanup.sh && ./tools/autogen.sh
@@ -30,8 +26,6 @@ linux_py2_debug:
3026
3127linux_py3_debug :
3228 image : greenaddress/wallycore@sha256:ab55c35391af5e762a22db9f532b995b908a12c1bcbce911c528514b0f7295a1
33- tags :
34- - ga
3529 script :
3630 - cd $CI_PROJECT_DIR
3731 - ./tools/cleanup.sh && ./tools/autogen.sh
@@ -45,8 +39,6 @@ ubuntu_release:
4539 when : on_success
4640 paths :
4741 - wally_dist/*
48- tags :
49- - ga
5042 script :
5143 - cd $CI_PROJECT_DIR
5244 - ENABLE_ELEMENTS=--enable-elements ./tools/build_python_wheels.sh python3
@@ -131,8 +123,6 @@ apidocs:
131123 when : on_success
132124 paths :
133125 - apidocs.tar.gz
134- tags :
135- - ga
136126 script :
137127 - cd $CI_PROJECT_DIR
138128 - ./tools/cleanup.sh
You can’t perform that action at this time.
0 commit comments