File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ linux_release:
66 when : on_success
77 paths :
88 - wally_dist/*
9+ tags :
10+ - ga
911 script :
1012 - cd $CI_PROJECT_DIR
1113 - ENABLE_ELEMENTS=--enable-elements ./tools/build_python_wheels.sh
@@ -18,6 +20,8 @@ linux_release:
1820
1921linux_py2_debug :
2022 image : greenaddress/wallycore@sha256:ab55c35391af5e762a22db9f532b995b908a12c1bcbce911c528514b0f7295a1
23+ tags :
24+ - ga
2125 script :
2226 - cd $CI_PROJECT_DIR
2327 - ./tools/cleanup.sh && ./tools/autogen.sh
@@ -26,6 +30,8 @@ linux_py2_debug:
2630
2731linux_py3_debug :
2832 image : greenaddress/wallycore@sha256:ab55c35391af5e762a22db9f532b995b908a12c1bcbce911c528514b0f7295a1
33+ tags :
34+ - ga
2935 script :
3036 - cd $CI_PROJECT_DIR
3137 - ./tools/cleanup.sh && ./tools/autogen.sh
@@ -39,6 +45,8 @@ ubuntu_release:
3945 when : on_success
4046 paths :
4147 - wally_dist/*
48+ tags :
49+ - ga
4250 script :
4351 - cd $CI_PROJECT_DIR
4452 - ENABLE_ELEMENTS=--enable-elements ./tools/build_python_wheels.sh python3
@@ -123,6 +131,8 @@ apidocs:
123131 when : on_success
124132 paths :
125133 - apidocs.tar.gz
134+ tags :
135+ - ga
126136 script :
127137 - cd $CI_PROJECT_DIR
128138 - ./tools/cleanup.sh
You can’t perform that action at this time.
0 commit comments