Skip to content

Commit

Permalink
gitlab doesn't seem to match against docker runners, reverting
Browse files Browse the repository at this point in the history
Revert "gitlab-ci: use any working docker runner"

This reverts commit 0452279.
  • Loading branch information
greenaddress committed Mar 21, 2019
1 parent 0452279 commit d5a3243
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ linux_release:
when: on_success
paths:
- wally_dist/*
tags:
- ga
script:
- cd $CI_PROJECT_DIR
- ENABLE_ELEMENTS=--enable-elements ./tools/build_python_wheels.sh
Expand All @@ -18,6 +20,8 @@ linux_release:

linux_py2_debug:
image: greenaddress/wallycore@sha256:ab55c35391af5e762a22db9f532b995b908a12c1bcbce911c528514b0f7295a1
tags:
- ga
script:
- cd $CI_PROJECT_DIR
- ./tools/cleanup.sh && ./tools/autogen.sh
Expand All @@ -26,6 +30,8 @@ linux_py2_debug:

linux_py3_debug:
image: greenaddress/wallycore@sha256:ab55c35391af5e762a22db9f532b995b908a12c1bcbce911c528514b0f7295a1
tags:
- ga
script:
- cd $CI_PROJECT_DIR
- ./tools/cleanup.sh && ./tools/autogen.sh
Expand All @@ -39,6 +45,8 @@ ubuntu_release:
when: on_success
paths:
- wally_dist/*
tags:
- ga
script:
- cd $CI_PROJECT_DIR
- ENABLE_ELEMENTS=--enable-elements ./tools/build_python_wheels.sh python3
Expand Down Expand Up @@ -123,6 +131,8 @@ apidocs:
when: on_success
paths:
- apidocs.tar.gz
tags:
- ga
script:
- cd $CI_PROJECT_DIR
- ./tools/cleanup.sh
Expand Down

0 comments on commit d5a3243

Please sign in to comment.