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

Remove stray scp

parent 437a6fd4
No related branches found
No related tags found
No related merge requests found
Pipeline #12808 failed
......@@ -51,5 +51,4 @@ build-zynthbox-image-armhf:
# Compress image with xz and push to pub.zynthbox.io
- echo "# Pushing compressed image to pub.zynthbox.io"
- scp -P 3138 -i "$SSH_KEY_PUB_ZYNTHBOX_IO" -o "StrictHostKeyChecking no" "./workspace/$image_name.xz" zynthbox@pub.zynthbox.io:ISOs/.ci-testing-isos/
- 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"
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