removed rules
This commit is contained in:
parent
773dea8b83
commit
5a887909ce
1 changed files with 6 additions and 15 deletions
|
@ -1,12 +1,11 @@
|
||||||
<<<<<<< HEAD
|
|
||||||
stages:
|
stages:
|
||||||
- prebuild
|
- prebuild
|
||||||
- build
|
- build
|
||||||
- postbuild
|
- postbuild
|
||||||
prebuild:
|
prebuild:
|
||||||
stage: prebuild
|
stage: prebuild
|
||||||
rules:
|
# rules:
|
||||||
- if: '$CI_COMMIT_TAG'
|
# - if: '$CI_COMMIT_TAG'
|
||||||
tags:
|
tags:
|
||||||
- iso-builder
|
- iso-builder
|
||||||
script:
|
script:
|
||||||
|
@ -31,8 +30,8 @@ tileos-sway-amd64:
|
||||||
- scp -o StrictHostKeyChecking=no -p -B ${CI_PROJECT_DIR}/output/amd64/* tileos@tileos:/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/
|
||||||
|
|
||||||
tileos-river-amd64:
|
tileos-river-amd64:
|
||||||
rules:
|
#rules:
|
||||||
- if: '$CI_COMMIT_TAG'
|
# - if: '$CI_COMMIT_TAG'
|
||||||
when: manual
|
when: manual
|
||||||
stage: build
|
stage: build
|
||||||
variables:
|
variables:
|
||||||
|
@ -51,8 +50,8 @@ tileos-river-amd64:
|
||||||
- scp -o StrictHostKeyChecking=no -p -B ${CI_PROJECT_DIR}/output/amd64/* tileos@tileos:/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/
|
||||||
|
|
||||||
mrproper:
|
mrproper:
|
||||||
rules:
|
#rules:
|
||||||
- if: '$CI_COMMIT_TAG'
|
# - if: '$CI_COMMIT_TAG'
|
||||||
stage: postbuild
|
stage: postbuild
|
||||||
when: on_success
|
when: on_success
|
||||||
tags:
|
tags:
|
||||||
|
@ -62,11 +61,3 @@ mrproper:
|
||||||
- tileos-river-amd64
|
- tileos-river-amd64
|
||||||
script:
|
script:
|
||||||
- docker system prune -a -f
|
- docker system prune -a -f
|
||||||
=======
|
|
||||||
build:
|
|
||||||
when: manual
|
|
||||||
stage: build
|
|
||||||
script:
|
|
||||||
- docker run --privileged -i -v /proc:/proc -v ${PWD}:/working_dir -w /working_dir -e DESKTOP=sway debian:latest /bin/bash -s etc/terraform.conf < build.sh
|
|
||||||
|
|
||||||
>>>>>>> 4af10dc (Adding CI)
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue