Skip to content

Commit 43782e4

Browse files
fix leeway path
1 parent f557ceb commit 43782e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)