ci: command cleanup
This commit is contained in:
parent
7295325295
commit
b37e680d1c
|
@ -30,8 +30,8 @@ jobs:
|
|||
|
||||
- name: Download YQ
|
||||
run: |
|
||||
sudo wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq && sudo\
|
||||
chmod +x /usr/bin/yq
|
||||
sudo wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq;
|
||||
sudo chmod +x /usr/bin/yq
|
||||
- name: Set up S3CMD
|
||||
uses: s3-actions/s3cmd@v1.5.0
|
||||
with:
|
||||
|
|
Reference in New Issue