Of course I made another typo

main
Jef Roosens 2022-01-14 20:43:11 +01:00
parent 9af37819f3
commit 8a8c7fab83
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
2 changed files with 4 additions and 2 deletions

View File

@ -24,4 +24,5 @@ pipeline:
commands:
- make prod
# Make sure the binary is actually static
- '[ "$(readelf -d pvieter) | grep NEEDED | wc -l" = 0 ]'
- readelf -d pvieter
- '[ "$(readelf -d pvieter | grep NEEDED | wc -l)" = 0 ]'

View File

@ -24,4 +24,5 @@ pipeline:
commands:
- make prod
# Make sure the binary is actually static
- '[ "$(readelf -d pvieter) | grep NEEDED | wc -l" = 0 ]'
- readelf -d pvieter
- '[ "$(readelf -d pvieter | grep NEEDED | wc -l)" = 0 ]'