Skip to content

Commit

Permalink
fix: shorten build
Browse files Browse the repository at this point in the history
  • Loading branch information
tshowers-bt committed Jun 24, 2022
1 parent 869bc0c commit 8b60eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Publish Build Information
run: |
STEP=5
for x in $(seq 300 -$STEP 0); do
for x in $(seq 60 -$STEP 0); do
MIN=$(echo "$x / 60" | bc)
SEC=$(echo "$x % 60" | bc)
printf '%d:%02d...\n' $MIN $SEC
Expand Down

0 comments on commit 8b60eb6

Please sign in to comment.