Skip to content

Commit

Permalink
To trigger refactored workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sulhicader committed Feb 12, 2024
1 parent 2d34f67 commit 158e1b6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release-wave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,15 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: ${{ secrets.AWS_WEST_REGION }}

- name: LS
run: |
ls
pwd
ls py/
ls py/tmp/
- name: Download H2O CLI
working-directory: ./py/apps/tour
working-directory: ./py/tmp/tour/
run: mkdir -p .bin && curl -o .bin/h2o https://h2oai-cloud-release.s3.amazonaws.com/releases/ai/h2o/h2o-cloud/latest/cli/linux-amd64/h2o

- name: Change permissions
Expand Down

0 comments on commit 158e1b6

Please sign in to comment.