mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-10 19:31:42 +00:00
parent
1fdc3404be
commit
8f319eba6b
1 changed files with 4 additions and 1 deletions
|
@ -24,11 +24,14 @@ tasks:
|
||||||
deps:
|
deps:
|
||||||
- "credentials"
|
- "credentials"
|
||||||
cmds:
|
cmds:
|
||||||
- task: "bundle"
|
- "{{.HAINISH}} bundle config set --local path './vendor'"
|
||||||
|
- "{{.HAINISH}} bundle install"
|
||||||
sources:
|
sources:
|
||||||
- "Gemfile"
|
- "Gemfile"
|
||||||
generates:
|
generates:
|
||||||
- "Gemfile.lock"
|
- "Gemfile.lock"
|
||||||
|
status:
|
||||||
|
- "test -d vendor/ruby"
|
||||||
clean:
|
clean:
|
||||||
desc: "Clean"
|
desc: "Clean"
|
||||||
cmds:
|
cmds:
|
||||||
|
|
Loading…
Reference in a new issue