Skip to content

Commit

Permalink
doc: update rm
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun committed Nov 11, 2022
1 parent 2791790 commit 009895f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,23 @@ jobs:
latest: true
fileName: "*_linux_x86_64.tar.gz"
- name: sas
run: tar zxvf *_linux_x86_64.tar.gz && rm *_linux_x86_64.tar.gz && rm plugins/sonic-android-supply* && mv sas plugins/sonic-android-supply
run: tar zxvf *_linux_x86_64.tar.gz && rm *_linux_x86_64.tar.gz && mv sas plugins/sonic-android-supply
- name: sgm-download
uses: robinraju/release-downloader@v1.4
with:
repository: SonicCloudOrg/sonic-go-mitmproxy
latest: true
fileName: "*_linux_x86_64.tar.gz"
- name: sgm
run: tar zxvf *_linux_x86_64.tar.gz && rm *_linux_x86_64.tar.gz && rm plugins/sonic-go-mitmproxy* && mv sonic-go-mitmproxy plugins/sonic-go-mitmproxy
run: tar zxvf *_linux_x86_64.tar.gz && rm *_linux_x86_64.tar.gz && mv sonic-go-mitmproxy plugins/sonic-go-mitmproxy
- name: sib-download
uses: robinraju/release-downloader@v1.4
with:
repository: SonicCloudOrg/sonic-ios-bridge
latest: true
fileName: "*_linux_x86_64.tar.gz"
- name: sib
run: tar zxvf *_linux_x86_64.tar.gz && rm *_linux_x86_64.tar.gz && rm plugins/sonic-ios-bridge* && mv sib plugins/sonic-ios-bridge
run: tar zxvf *_linux_x86_64.tar.gz && rm *_linux_x86_64.tar.gz && mv sib plugins/sonic-ios-bridge
- name: deploy
run: mvn package -Dplatform=linux-x86_64 && docker build -t sonicorg/sonic-agent-linux:${{ steps.previoustag.outputs.tag }} -f src/main/docker/Dockerfile .
- name: push
Expand Down

0 comments on commit 009895f

Please sign in to comment.