Skip to content

Commit d5a3243

Browse files
author
Lawrence Nahum
committed
gitlab doesn't seem to match against docker runners, reverting
Revert "gitlab-ci: use any working docker runner" This reverts commit 0452279.
1 parent 0452279 commit d5a3243

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitlab-ci.yml

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

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

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

0 commit comments

Comments
 (0)