Skip to content

Commit

Permalink
Only run make client-production-maps on Test instead of `make clien…
Browse files Browse the repository at this point in the history
…t` per @martenson.
  • Loading branch information
natefoo committed Feb 16, 2018
1 parent 39baf63 commit 61c8d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/usegalaxy_cvmfs/tasks/_inc_client_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
when: galaxy_client_build_version != galaxy_commit

- name: Build client
command: "docker run --rm -v /cvmfs:/cvmfs galaxy/update su - {{ galaxy_user }} -c \"cd /cvmfs/{{ galaxy_cvmfs_repo }}/galaxy; . {{ galaxy_venv_dir }}/bin/activate; make client\""
command: "docker run --rm -v /cvmfs:/cvmfs galaxy/update su - {{ galaxy_user }} -c \"cd /cvmfs/{{ galaxy_cvmfs_repo }}/galaxy; . {{ galaxy_venv_dir }}/bin/activate; make client-production-maps\""
when: galaxy_client_build_version != galaxy_commit

- name: Fetch client version
Expand Down

0 comments on commit 61c8d1e

Please sign in to comment.