Skip to content

Commit

Permalink
Set retries yet another way
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed May 22, 2024
1 parent 4d1428b commit 09466b4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/flytectl-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,5 @@ jobs:
with:
timeout_seconds: 15
max_attempts: 3
command: |
chmod +x ./flytectl/install.sh
./flytectl/install.sh ${{ matrix.version }}
./bin/flytectl version
command: chmod +x ./flytectl/install.sh && ./flytectl/install.sh ${{ matrix.version }} && ./bin/flytectl version

0 comments on commit 09466b4

Please sign in to comment.