mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-21 13:16:23 +00:00
ci: fallar temprano si ya no se puede pushear
This commit is contained in:
parent
2407ec11d9
commit
088b495ed3
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
stages:
|
||||
- "test"
|
||||
- "deploy"
|
||||
.apk-add: &apk-add
|
||||
- "apk add go-task diffutils gitlab_ci_log_section"
|
||||
.disable-hainish: &disable-hainish
|
||||
|
@ -25,7 +28,7 @@ variables:
|
|||
HAINISH: ""
|
||||
cache:
|
||||
push:
|
||||
stage: "deploy"
|
||||
stage: "test"
|
||||
only:
|
||||
- "rails"
|
||||
except:
|
||||
|
|
Loading…
Reference in a new issue