Skip to content

Commit

Permalink
gitlab-ci: use any working docker runner
Browse files Browse the repository at this point in the history
  • Loading branch information
greenaddress committed Mar 21, 2019
1 parent 5c998ed commit 0452279
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ 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 @@ -20,8 +18,6 @@ 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 @@ -30,8 +26,6 @@ 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 @@ -45,8 +39,6 @@ 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 @@ -131,8 +123,6 @@ apidocs:
when: on_success
paths:
- apidocs.tar.gz
tags:
- ga
script:
- cd $CI_PROJECT_DIR
- ./tools/cleanup.sh
Expand Down

0 comments on commit 0452279

Please sign in to comment.