Skip to content

Commit

Permalink
chore: fix ossutil: command not found (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook authored Oct 24, 2024
1 parent 2680ade commit c0d565a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/kbcli-test-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1497,6 +1497,12 @@ jobs:
path: ./
token: ${{ env.GITHUB_TOKEN }}

- uses: manyuanrong/[email protected]
with:
access-key-id: "${{ env.OSS_KEY_ID }}"
access-key-secret: "${{ env.OSS_KEY_SECRET }}"
endpoint: "${{ env.OSS_ENDPOINT }}"

- name: run report
run: |
TEST_DATE=${{ needs.send-message.outputs.test-date }}
Expand Down Expand Up @@ -1552,12 +1558,6 @@ jobs:
sed -i 's/^appscript==.*/#appscript==/' requirements.txt
pip3 install -r requirements.txt
- uses: manyuanrong/[email protected]
with:
access-key-id: "${{ env.OSS_KEY_ID }}"
access-key-secret: "${{ env.OSS_KEY_SECRET }}"
endpoint: "${{ env.OSS_ENDPOINT }}"

- name: run report
run: |
upload_file_name="result.log.txt"
Expand Down

0 comments on commit c0d565a

Please sign in to comment.