mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 17:21:43 +00:00
fix: instalar dependencias
This commit is contained in:
parent
76644700d1
commit
1fbfd30017
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