mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 18:46:22 +00:00
ci: condicional
This commit is contained in:
parent
c2cc490772
commit
034af360ee
1 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,8 @@ variables:
|
||||||
cache:
|
cache:
|
||||||
assets:
|
assets:
|
||||||
stage: "deploy"
|
stage: "deploy"
|
||||||
|
only:
|
||||||
|
- "rails"
|
||||||
cache:
|
cache:
|
||||||
- *cache-ruby
|
- *cache-ruby
|
||||||
- *cache-node
|
- *cache-node
|
||||||
|
@ -37,6 +39,8 @@ assets:
|
||||||
- "git push -o ci.skip"
|
- "git push -o ci.skip"
|
||||||
gem-audit:
|
gem-audit:
|
||||||
stage: "test"
|
stage: "test"
|
||||||
|
only:
|
||||||
|
- "schedules"
|
||||||
cache:
|
cache:
|
||||||
- *cache-ruby
|
- *cache-ruby
|
||||||
before_script:
|
before_script:
|
||||||
|
@ -47,6 +51,8 @@ gem-audit:
|
||||||
- "go-task gem-audit"
|
- "go-task gem-audit"
|
||||||
node-audit:
|
node-audit:
|
||||||
stage: "test"
|
stage: "test"
|
||||||
|
only:
|
||||||
|
- "schedules"
|
||||||
cache:
|
cache:
|
||||||
- *cache-node
|
- *cache-node
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Reference in a new issue