Skip to content

Commit 202e84c

Browse files
test leeway clu/fix-swallowed-err
1 parent 7f2889b commit 202e84c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ENV LEEWAY_CACHE_DIR=/workspace/.leeway/cache
5353
ENV LEEWAY_BUILD_DIR=/workspace/.leeway/build
5454
#RUN cd /usr/bin && curl -fsSL https://github.com/gitpod-io/leeway/releases/download/v${LEEWAY_VERSION}/leeway_Linux_x86_64.tar.gz | tar xz
5555
USER gitpod
56-
RUN LEEWAY_REPO_DIR=$(mktemp -d -t leeway-repo-XXXXXXXXXX) && git clone https://github.com/gitpod-io/leeway "$LEEWAY_REPO_DIR" && cd "$LEEWAY_REPO_DIR" && go build -o leeway && sudo install -m 755 leeway /usr/bin/ && cd / && rm -rf "$LEEWAY_REPO_DIR"
56+
RUN 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 clu/fix-swallowed-err && go build -o leeway && sudo install -m 755 leeway /usr/bin/ && cd / && rm -rf "$LEEWAY_REPO_DIR"
5757
USER root
5858

5959
# evans (gRPC client)

0 commit comments

Comments
 (0)