mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-25 17:12:50 +00:00
cleanup: remove the binary tool
Signed-off-by: 24sama <jacksama@foxmail.com>
This commit is contained in:
parent
fb17c52122
commit
70ae1267f4
|
|
@ -26,6 +26,7 @@ jobs:
|
|||
wget https://attack-on-titan.gd2.qingstor.com/qsctl/v2.4.3/qsctl_v2.4.3_linux_amd64.tar.gz
|
||||
tar -zxvf qsctl_v2.4.3_linux_amd64.tar.gz
|
||||
mv qsctl_v2.4.3_linux_amd64 /usr/local/bin/qsctl
|
||||
rm -rf qsctl_v2.4.3_linux_amd64.tar.gz
|
||||
|
||||
- name: update components.json
|
||||
id: get_new_version
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@ jobs:
|
|||
rm -rf qsctl_v2.4.3_linux_amd64.tar.gz
|
||||
wget https://attack-on-titan.gd2.qingstor.com/qsctl/v2.4.3/qsctl_v2.4.3_linux_amd64.tar.gz
|
||||
tar -zxvf qsctl_v2.4.3_linux_amd64.tar.gz
|
||||
rm -rf qsctl_v2.4.3_linux_amd64.tar.gz
|
||||
mv qsctl_v2.4.3_linux_amd64 /usr/local/bin/qsctl
|
||||
echo "access_key_id: ${{secrets.KS_QSCTL_ACCESS_KEY_ID}}" > qsctl-config.yaml
|
||||
echo "secret_access_key: ${{ secrets.KS_QSCTL_SECRET_ACCESS_KEY }}" >> qsctl-config.yaml
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue