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:
|
||||
- prebuild
|
||||
- build
|
||||
- postbuild
|
||||
prebuild:
|
||||
stage: prebuild
|
||||
rules:
|
||||
- if: '$CI_COMMIT_TAG'
|
||||
# rules:
|
||||
# - if: '$CI_COMMIT_TAG'
|
||||
tags:
|
||||
- iso-builder
|
||||
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/
|
||||
|
||||
tileos-river-amd64:
|
||||
rules:
|
||||
- if: '$CI_COMMIT_TAG'
|
||||
#rules:
|
||||
# - if: '$CI_COMMIT_TAG'
|
||||
when: manual
|
||||
stage: build
|
||||
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/
|
||||
|
||||
mrproper:
|
||||
rules:
|
||||
- if: '$CI_COMMIT_TAG'
|
||||
#rules:
|
||||
# - if: '$CI_COMMIT_TAG'
|
||||
stage: postbuild
|
||||
when: on_success
|
||||
tags:
|
||||
|
@ -62,11 +61,3 @@ mrproper:
|
|||
- tileos-river-amd64
|
||||
script:
|
||||
- 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