Skip to content

Commit

Permalink
⬆️ Upgrading dependencies.
Browse files Browse the repository at this point in the history
💚 Fixing CI Build.

Signed-off-by: zhanghengxin <[email protected]>
  • Loading branch information
zhanghengxin committed Jul 10, 2023
1 parent d9b136e commit 0d06b3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_test_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
id: get_version
# run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
# run: echo "VERSION=$(git describe --abbrev=0 --tags | awk -F- '{print $1}')" >> $GITHUB_ENV
run: echo "VERSION=v99.99.99" >> $GITHUB_ENV
run: echo "VERSION=v00.00.00" >> $GITHUB_ENV

- name: show version
id: show_version
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: copy tar to target hostname
shell: bash
run: |
sshpass -p "${{ secrets.ssh_password }}" scp -r -o StrictHostKeyChecking=no -P 22 ./linux-all-casaos-v99.99.99.tar.gz [email protected]:/var/www/download
sshpass -p "${{ secrets.ssh_password }}" scp -r -o StrictHostKeyChecking=no -P 22 ./linux-all-casaos-v00.00.00.tar.gz [email protected]:/var/www/download
echo "ping success"
- name: Error Handling
if: ${{ failure() }}
Expand Down

0 comments on commit 0d06b3f

Please sign in to comment.