Disabled config creation
This commit is contained in:
parent
2786774f5e
commit
adc3027dcd
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ tileos-sway-amd64:
|
|||
- mkdir ~/.ssh/
|
||||
- echo "$BASE64_TILEOS_ISO_STORAGE_KEY" | base64 -d > ~/.ssh/id_rsa
|
||||
#- echo "$TILEOS_ISO_STORAGE_CONFIG" > ~/.ssh/config
|
||||
- chmod 644 ~/.ssh/config
|
||||
#- chmod 644 ~/.ssh/config
|
||||
- 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
|
||||
- ssh -o StrictHostKeyChecking=no ${STORAGE_USER}@{$STORAGE_HOST} -p ${STORAGE_PORT} rm -rf /media/iso/tile-os/testing/sway/*
|
||||
|
@ -43,7 +43,7 @@ tileos-river-amd64:
|
|||
- mkdir ~/.ssh/
|
||||
- echo "$BASE64_TILEOS_ISO_STORAGE_KEY" | base64 -d > ~/.ssh/id_rsa
|
||||
#- echo "$TILEOS_ISO_STORAGE_CONFIG" > ~/.ssh/config
|
||||
- chmod 644 ~/.ssh/config
|
||||
#- chmod 644 ~/.ssh/config
|
||||
- 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
|
||||
- ssh -o StrictHostKeyChecking=no ${STORAGE_USER}@{$STORAGE_HOST} -p ${STORAGE_PORT} rm -rf /media/iso/tile-os/testing/river/*
|
||||
|
|
Loading…
Add table
Reference in a new issue