Skip to content

Commit

Permalink
Argument order for tar command.
Browse files Browse the repository at this point in the history
  • Loading branch information
henrychao-rcsb authored Jul 17, 2023
1 parent e79ce77 commit 7828ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-buildlocker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
string: ${{ inputs.branch }}
- name: Deploy to Buildlocker
run: |
tar -czfv ${{ inputs.distribution }}-${{ steps.convert_to_lower.outputs.lowercase }}.tgz *
tar vczf ${{ inputs.distribution }}-${{ steps.convert_to_lower.outputs.lowercase }}.tgz *
test -e ${{ inputs.distribution }}-${{ steps.convert_to_lower.outputs.lowercase }}.tgz
ls -lrt ${{ inputs.distribution }}-${{ steps.convert_to_lower.outputs.lowercase }}.tgz
/usr/bin/sshpass -p $(cat ~/.secrets/buildlocker_transporter_pw.txt) sftp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null [email protected]:1-receive <<< $"put ${{ inputs.distribution }}-${{ steps.convert_to_lower.outputs.lowercase }}.tgz"

0 comments on commit 7828ecc

Please sign in to comment.