Skip to content

Commit 0452279

Browse files
author
Lawrence Nahum
committed
gitlab-ci: use any working docker runner
1 parent 5c998ed commit 0452279

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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

2119
linux_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

3127
linux_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

0 commit comments

Comments
 (0)