Skip to content

Commit

Permalink
debug output 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Oct 9, 2020
1 parent 29f342e commit c31eb0e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@ jobs:
#------------------------------------------------------------------------#
# Plot environment
#- name: build PLOT docker image
# run:
# cd workflow/envs/plot;
# docker build --no-cache . -t ktmeaton/plague-phylogeography:plot;
- name: build PLOT docker image
if: contains(${{ steps.git-diff.outputs.diff }}, ".github/workflows/docker.yaml")
run:
cd workflow/envs/plot;
docker build --no-cache . -t ktmeaton/plague-phylogeography:plot;
#- name: push PLOT to DockerHub
# if: ${{ github.event_name == 'push' }}
# run: |
Expand Down

0 comments on commit c31eb0e

Please sign in to comment.