Update gen.sh to remove redundant error check
cue eval spec.cue >/dev/null removed (redunant per @shykes) Signed-off-by: Dan POP <dan.papandrea@sysdig.com>
This commit is contained in:
parent
c4e55a6915
commit
23a1211cdf
@ -1,7 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
cue eval spec.cue >/dev/null
|
|
||||||
(
|
(
|
||||||
cat <<'EOF'
|
cat <<'EOF'
|
||||||
package dagger
|
package dagger
|
||||||
|
Reference in New Issue
Block a user