mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 11:46:22 +00:00
Merge branch 'rails' into issue-15066
This commit is contained in:
commit
b01064293e
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