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:
|
||||
vieter:
|
||||
image: 'chewingbever/vlang:latest'
|
||||
|
|
|
|||
|
|
@ -1,7 +1,3 @@
|
|||
# These checks already get performed on the feature branches
|
||||
branches:
|
||||
exclude: [ main, dev ]
|
||||
|
||||
pipeline:
|
||||
lint:
|
||||
image: 'chewingbever/vlang:latest'
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
branches: [main, dev]
|
||||
|
||||
pipeline:
|
||||
dev:
|
||||
image: plugins/docker
|
||||
|
|
@ -23,3 +21,9 @@ pipeline:
|
|||
when:
|
||||
event: tag
|
||||
branch: main
|
||||
|
||||
branches: [main, dev]
|
||||
|
||||
depends_on:
|
||||
- lint
|
||||
- build
|
||||
|
|
|
|||
Loading…
Reference in New Issue