CI: Actualizar haini.sh y correr rootless
Some checks failed
continuous-integration/woodpecker the build failed
Some checks failed
continuous-integration/woodpecker the build failed
This commit is contained in:
parent
d9f018d6f2
commit
188e9dac0d
1 changed files with 5 additions and 4 deletions
|
@ -1,22 +1,23 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
dependencias:
|
dependencias:
|
||||||
image: registry.nulo.in/sutty/haini.sh:root
|
image: registry.nulo.in/sutty/haini.sh:rootless
|
||||||
commands:
|
commands:
|
||||||
|
- sudo chown suttier:suttier -R .
|
||||||
- bundle config set --local path 'vendor/'
|
- bundle config set --local path 'vendor/'
|
||||||
- make bundle hain="sh -c"
|
- make bundle hain="sh -c"
|
||||||
brakeman:
|
brakeman:
|
||||||
group: audit
|
group: audit
|
||||||
image: registry.nulo.in/sutty/haini.sh:root
|
image: registry.nulo.in/sutty/haini.sh:rootless
|
||||||
commands:
|
commands:
|
||||||
- make brakeman hain="sh -c"
|
- make brakeman hain="sh -c"
|
||||||
rubocup:
|
rubocup:
|
||||||
group: audit
|
group: audit
|
||||||
image: registry.nulo.in/sutty/haini.sh:root
|
image: registry.nulo.in/sutty/haini.sh:rootless
|
||||||
commands:
|
commands:
|
||||||
- make rubocop hain="sh -c"
|
- make rubocop hain="sh -c"
|
||||||
tests:
|
tests:
|
||||||
group: audit
|
group: audit
|
||||||
image: registry.nulo.in/sutty/haini.sh:root
|
image: registry.nulo.in/sutty/haini.sh:rootless
|
||||||
commands:
|
commands:
|
||||||
- make postgresql hain="sh -c"
|
- make postgresql hain="sh -c"
|
||||||
- echo -n z8p4KI/XRbGPdxPsNux8ys1gvL4+97DrrvPyt7gugJog3o3x/UEIyedkKUq9FWHOS9ltrsUN6NpN5Dsme+iHbMC/FrRjDmDvOoHpP/pqy924l6IgU8OK3m2Y28AU7eqiYvf6kJd5s4KmPJDiH9AQRx4QRy4jG5DfMHBew6EumqedgvRRFtAc3++GPH2qPnO8SYapRM4FXXUTjP3fNdRVD1Fqm7chUra4Qng1JhnzdMlOUhCPfD1Rmeh+X2TltzYhdPMFH3U3fJV7xCkitxu5PQgWfxMhb9FVF68Uvykbt/rod4IE6ZmAmPyyGktYuQSI2t1kkpAV4MOG4ag9aC/RLmi23rt+fVoYJREHga+NQ0YjVSGbBlINIDACr1iL+abtNmHhtfY+o9unlD7xy3UP0EdqTx6WncVJn02D--pfdBRF+zxL1uqoWs--4OJ7axQaFf9git6zUtUGOA== > config/credentials.yml.enc
|
- echo -n z8p4KI/XRbGPdxPsNux8ys1gvL4+97DrrvPyt7gugJog3o3x/UEIyedkKUq9FWHOS9ltrsUN6NpN5Dsme+iHbMC/FrRjDmDvOoHpP/pqy924l6IgU8OK3m2Y28AU7eqiYvf6kJd5s4KmPJDiH9AQRx4QRy4jG5DfMHBew6EumqedgvRRFtAc3++GPH2qPnO8SYapRM4FXXUTjP3fNdRVD1Fqm7chUra4Qng1JhnzdMlOUhCPfD1Rmeh+X2TltzYhdPMFH3U3fJV7xCkitxu5PQgWfxMhb9FVF68Uvykbt/rod4IE6ZmAmPyyGktYuQSI2t1kkpAV4MOG4ag9aC/RLmi23rt+fVoYJREHga+NQ0YjVSGbBlINIDACr1iL+abtNmHhtfY+o9unlD7xy3UP0EdqTx6WncVJn02D--pfdBRF+zxL1uqoWs--4OJ7axQaFf9git6zUtUGOA== > config/credentials.yml.enc
|
||||||
|
|
Loading…
Reference in a new issue