changed command
This commit is contained in:
parent
5a887909ce
commit
266abf3468
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ tileos-sway-amd64:
|
|||
- echo "$TILEOS_ISO_STORAGE_CONFIG" > ~/.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 -e DESKTOP=sway -e RELEASE=testing builder:latest /bin/bash -s etc/terraform.conf < build.sh
|
||||
- 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 tileos@tileos rm -rf /media/iso/tile-os/testing/sway/*
|
||||
- scp -o StrictHostKeyChecking=no -p -B ${CI_PROJECT_DIR}/output/amd64/* tileos@tileos:/media/iso/tile-os/testing/sway/
|
||||
|
||||
|
@ -45,7 +45,7 @@ tileos-river-amd64:
|
|||
- echo "$TILEOS_ISO_STORAGE_CONFIG" > ~/.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 -e DESKTOP=river -e RELEASE=testing builder:latest /bin/bash -s etc/terraform.conf < build.sh
|
||||
- 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 tileos@tileos rm -rf /media/iso/tile-os/testing/river/*
|
||||
- scp -o StrictHostKeyChecking=no -p -B ${CI_PROJECT_DIR}/output/amd64/* tileos@tileos:/media/iso/tile-os/testing/river/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue