File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -270,12 +270,12 @@ jobs:
270270 LEEWAY_BRANCH=clu/sbom-cve-2
271271 LEEWAY_REPO_DIR=$(mktemp -d -t leeway-repo-XXXXXXXXXX) && git clone https://github.com/gitpod-io/leeway "$LEEWAY_REPO_DIR" && cd "$LEEWAY_REPO_DIR" && git switch ${LEEWAY_BRANCH} && git pull && go build -ldflags="-X github.com/gitpod-io/leeway/pkg/leeway.Version=0.10.2.sbom" -o leeway && sudo install -m 755 leeway /usr/bin/ && cd / && rm -rf "$LEEWAY_REPO_DIR"
272272
273- /usr/bin/ leeway version
273+ leeway version
274274
275275 RESULT=0
276276 set -x
277277 # CI=true is a var set by GHA. Unsetting it for the build, as yarn builds treat warnings as errors if that var is set to true
278- CI= /usr/bin/ leeway build \
278+ CI= leeway build \
279279 --cache $CACHE \
280280 $TEST \
281281 -Dversion=$VERSION \
You can’t perform that action at this time.
0 commit comments