Skip to content

Commit

Permalink
Use the tile-generator binaries instead of python virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
keshto committed Jul 29, 2019
1 parent 678a365 commit 48c7276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/pipeline.yml.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -347,14 +347,14 @@ jobs:
platform: linux
inputs:
- name: tile-generator-dockerfile-repo
- name: tile-generator-package
- name: tile-generator-package-release
outputs:
- name: docker-build-dir
run:
path: sh
args:
- -c
- cp tile-generator-package/* docker-build-dir/ && cp tile-generator-dockerfile-repo/ci/docker-tile-generator/* docker-build-dir/
- cp tile-generator-package-release/* docker-build-dir/ && cp tile-generator-dockerfile-repo/ci/docker-tile-generator/* docker-build-dir/
on_failure:
in_parallel:
- put: slack-alert
Expand Down

0 comments on commit 48c7276

Please sign in to comment.