Moved to ssh options
This commit is contained in:
parent
39d0b64f1e
commit
a220e20385
1 changed files with 4 additions and 4 deletions
|
@ -26,8 +26,8 @@ tileos-sway-amd64:
|
||||||
#- chmod 644 ~/.ssh/config
|
#- chmod 644 ~/.ssh/config
|
||||||
- chmod 400 ~/.ssh/id_rsa
|
- chmod 400 ~/.ssh/id_rsa
|
||||||
- docker run --privileged --rm -i -v ${CI_PROJECT_DIR}/output:/builder/builds -v /proc:/proc builder:latest ./build --desktop sway --release testing
|
- docker run --privileged --rm -i -v ${CI_PROJECT_DIR}/output:/builder/builds -v /proc:/proc builder:latest ./build --desktop sway --release testing
|
||||||
- sh ssh -o StrictHostKeyChecking=no ${STORAGE_USER}@${STORAGE_HOST} -p ${STORAGE_PORT} rm -rf /media/iso/tile-os/testing/sway/*
|
- ssh -o StrictHostKeyChecking=no -o User=${STORAGE_USER} -o HostName=${STORAGE_HOST} -o Port=${STORAGE_PORT} rm -rf /media/iso/tile-os/testing/sway/*
|
||||||
- sh scp -o StrictHostKeyChecking=no -o Port=${STORAGE_PORT} -p -B ${CI_PROJECT_DIR}/output/amd64/* ${STORAGE_USER}@${STORAGE_HOST}:/media/iso/tile-os/testing/sway/
|
- scp -o StrictHostKeyChecking=no -o Port=${STORAGE_PORT} -o User=${STORAGE_USER} -o HostName=${STORAGE_HOST} -p -B ${CI_PROJECT_DIR}/output/amd64/* /media/iso/tile-os/testing/sway/
|
||||||
|
|
||||||
tileos-river-amd64:
|
tileos-river-amd64:
|
||||||
#rules:
|
#rules:
|
||||||
|
@ -46,8 +46,8 @@ tileos-river-amd64:
|
||||||
#- chmod 644 ~/.ssh/config
|
#- chmod 644 ~/.ssh/config
|
||||||
- chmod 400 ~/.ssh/id_rsa
|
- chmod 400 ~/.ssh/id_rsa
|
||||||
- docker run --privileged --rm -i -v ${CI_PROJECT_DIR}/output:/builder/builds -v /proc:/proc builder:latest ./build --desktop river --release testing
|
- docker run --privileged --rm -i -v ${CI_PROJECT_DIR}/output:/builder/builds -v /proc:/proc builder:latest ./build --desktop river --release testing
|
||||||
- sh ssh -o StrictHostKeyChecking=no ${STORAGE_USER}@${STORAGE_HOST} -p ${STORAGE_PORT} rm -rf /media/iso/tile-os/testing/river/*
|
- ssh -o StrictHostKeyChecking=no -o User=${STORAGE_USER} -o HostName=${STORAGE_HOST} -o Port=${STORAGE_PORT} rm -rf /media/iso/tile-os/testing/river/*
|
||||||
- sh scp -o StrictHostKeyChecking=no -o Port=${STORAGE_PORT} -p -B ${CI_PROJECT_DIR}/output/amd64/* ${STORAGE_USER}@${STORAGE_HOST}:/media/iso/tile-os/testing/river/
|
- scp -o StrictHostKeyChecking=no -o Port=${STORAGE_PORT} -o User=${STORAGE_USER} -o HostName=${STORAGE_HOST} -p -B ${CI_PROJECT_DIR}/output/amd64/* /media/iso/tile-os/testing/river/
|
||||||
|
|
||||||
mrproper:
|
mrproper:
|
||||||
#rules:
|
#rules:
|
||||||
|
|
Loading…
Add table
Reference in a new issue