5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-18 07:00:48 +00:00

fix: instalar dependencias

(cherry picked from commit 1fbfd30017)
This commit is contained in:
f 2024-01-11 17:18:36 -03:00
parent 1fdc3404be
commit 8f319eba6b
No known key found for this signature in database

View file

@ -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: