Skip to content

Commit

Permalink
Again and again
Browse files Browse the repository at this point in the history
  • Loading branch information
jiribenes authored Oct 26, 2024
1 parent cdaa059 commit bd358e4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/hercules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ jobs:

- name: Run Hercules Analysis
run: |
# Install Hercules and Labours
docker run --rm -v $(pwd):/repo --workdir=/repo \
srcd/hercules:latest \
/bin/bash -c \
'hercules --burndown . | labours -m burndown-project -f pb -o hercules_charts \
'hercules --burndown --pb . | labours -m burndown-project -f pb --disable-projector -o hercules_charts \
&& cd hercules_charts \
&& tar -cf ../hercules_charts.tar * \
&& tar -cf ../hercules_charts.tar * ../hercules_charts_* \
&& cd .. \
&& rm -r hercules_charts'
Expand Down

0 comments on commit bd358e4

Please sign in to comment.