forked from vieter-v/vieter
Of course I made another typo
parent
9af37819f3
commit
8a8c7fab83
|
@ -24,4 +24,5 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- make prod
|
- make prod
|
||||||
# Make sure the binary is actually static
|
# 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 ]'
|
||||||
|
|
|
@ -24,4 +24,5 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- make prod
|
- make prod
|
||||||
# Make sure the binary is actually static
|
# 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 ]'
|
||||||
|
|
Loading…
Reference in New Issue