Skip to content
Snippets Groups Projects
Commit c561786a authored by ab0027's avatar ab0027 :speech_balloon:
Browse files

Fix copy command

parent f401c227
No related branches found
No related tags found
No related merge requests found
Pipeline #12811 passed
...@@ -51,4 +51,4 @@ build-zynthbox-image-armhf: ...@@ -51,4 +51,4 @@ build-zynthbox-image-armhf:
# Compress image with xz and push to pub.zynthbox.io # Compress image with xz and push to pub.zynthbox.io
- echo "# Pushing compressed image to pub.zynthbox.io" - echo "# Pushing compressed image to pub.zynthbox.io"
- xz -zv --threads=12 --memory=100% ./workspace/$image_name -c | scp -P 3138 -i "$SSH_KEY_PUB_ZYNTHBOX_IO" -o "StrictHostKeyChecking no" zynthbox@pub.zynthbox.io:ISOs/.ci-testing-isos/ "cat > $image_name.xz" - xz -zv --threads=12 --memory=100% ./workspace/$image_name -c | ssh -p 3138 -i "$SSH_KEY_PUB_ZYNTHBOX_IO" -o "StrictHostKeyChecking no" zynthbox@pub.zynthbox.io "cat > ISOs/.ci-testing-isos/$image_name.xz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment