mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-13 06:31:41 +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:
|
||||
- "credentials"
|
||||
cmds:
|
||||
- task: "bundle"
|
||||
- "{{.HAINISH}} bundle config set --local path './vendor'"
|
||||
- "{{.HAINISH}} bundle install"
|
||||
sources:
|
||||
- "Gemfile"
|
||||
generates:
|
||||
- "Gemfile.lock"
|
||||
status:
|
||||
- "test -d vendor/ruby"
|
||||
clean:
|
||||
desc: "Clean"
|
||||
cmds:
|
||||
|
|
Loading…
Reference in a new issue