I AM SOHRAB
This commit is contained in:
parent
3b8b359356
commit
36fac961c1
1 changed files with 1 additions and 6 deletions
|
@ -13,10 +13,6 @@ archiso:
|
||||||
- ./build.sh
|
- ./build.sh
|
||||||
- echo "Renaming the output ISO file"
|
- echo "Renaming the output ISO file"
|
||||||
- mv out/*.iso out/Parchlinux-$Desktop-latest.iso
|
- mv out/*.iso out/Parchlinux-$Desktop-latest.iso
|
||||||
rules:
|
|
||||||
- if: $CI_COMMIT_TAG
|
|
||||||
|
|
||||||
deploy:
|
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- echo "Installing sshpass and rsync"
|
- echo "Installing sshpass and rsync"
|
||||||
|
@ -29,6 +25,5 @@ deploy:
|
||||||
- sshpass -p "$PASS" rsync -r "$(ls out/*.iso)" parch@SSH_ROOT:/srv/http/cosmic/
|
- sshpass -p "$PASS" rsync -r "$(ls out/*.iso)" parch@SSH_ROOT:/srv/http/cosmic/
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_TAG
|
- if: $CI_COMMIT_TAG
|
||||||
dependencies:
|
|
||||||
- archiso
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue