Compare commits

..

No commits in common. "a69a5cefb63eb1df48d41409125af279f775e313" and "56eb3ba9e44857dd0e84a61ce9a0ff1589e1b439" have entirely different histories.

View file

@ -2,7 +2,6 @@ pipeline:
dependencias: dependencias:
image: registry.nulo.in/sutty/haini.sh:root image: registry.nulo.in/sutty/haini.sh:root
commands: commands:
- bundle config set --local path 'vendor/'
- make bundle hain="sh -c" - make bundle hain="sh -c"
brakeman: brakeman:
group: audit group: audit
@ -18,4 +17,4 @@ pipeline:
group: audit group: audit
image: registry.nulo.in/sutty/haini.sh:root image: registry.nulo.in/sutty/haini.sh:root
commands: commands:
- make test hain="sh -c" - make tests hain="sh -c"