Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
idleyui authored Sep 6, 2023
1 parent 2d17a24 commit b4104ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
java-version: 8
distribution: 'adopt'

- name: Publish package
- run: sudo -v ; curl https://gosspublic.alicdn.com/ossutil/install.sh | sudo bash
- run: mvn -B package -DskipTests=true -Dgpg.skip=true -Djavadoc.skip=true
- run: ossutil64 -e ${{secrets.OSS_ENDPOINT}} -i {{secrets.OSS_KEY_ID}} -k {{secrets.OSS_KEY_SECRET}} cp odps-console-dist-public/target/odpscmd_public.zip oss://odps-repo/odpscmd/test/

0 comments on commit b4104ab

Please sign in to comment.