forked from vieter-v/vieter
Compare commits
No commits in common. "b5224e8a63de54c122f178bf0052a4029953c4cc" and "d279a3ee3a04c703605c3f9be776958016148ee7" have entirely different histories.
b5224e8a63
...
d279a3ee3a
|
|
@ -1,7 +1,3 @@
|
||||||
# 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,7 +1,3 @@
|
||||||
# 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,5 +1,3 @@
|
||||||
branches: [main, dev]
|
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
dev:
|
dev:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
|
@ -23,3 +21,9 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
branch: main
|
branch: main
|
||||||
|
|
||||||
|
branches: [main, dev]
|
||||||
|
|
||||||
|
depends_on:
|
||||||
|
- lint
|
||||||
|
- build
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue