forked from vieter-v/vieter
Make sure CI works as little as needed
parent
d279a3ee3a
commit
68cb239dfe
|
@ -1,3 +1,7 @@
|
||||||
|
# These checks already get performed on the feature branches
|
||||||
|
branches:
|
||||||
|
exclude: [ main, dev ]
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
vieter:
|
vieter:
|
||||||
image: 'chewingbever/vlang:latest'
|
image: 'chewingbever/vlang:latest'
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
# These checks already get performed on the feature branches
|
||||||
|
branches:
|
||||||
|
exclude: [ main, dev ]
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
lint:
|
lint:
|
||||||
image: 'chewingbever/vlang:latest'
|
image: 'chewingbever/vlang:latest'
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
branches: [main, dev]
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
dev:
|
dev:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
@ -21,9 +23,3 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
branch: main
|
branch: main
|
||||||
|
|
||||||
branches: [main, dev]
|
|
||||||
|
|
||||||
depends_on:
|
|
||||||
- lint
|
|
||||||
- build
|
|
||||||
|
|
Loading…
Reference in New Issue