We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad24506 commit 3fe6439Copy full SHA for 3fe6439
.werft/build.yaml
@@ -241,6 +241,15 @@ pod:
241
echo "done" \
242
) | werft log slice "chowning /workspace and $GOCACHE"
243
244
+ {{ if .Annotations.leewayfromgit }}
245
+ ( \
246
+ LEEWAY_SRC="github.com/gitpod-io/leeway@{{ .Annotations.leewayfromgit }}" && \
247
+ echo "Installing Leeway from $LEEWAY_SRC" && \
248
+ GOBIN=$(pwd) go install "$LEEWAY_SRC" && \
249
+ sudo mv leeway $(dirname $(which leeway))
250
+ ) | werft log slice "Building fresh Leeway binary from source"
251
+ {{ end }}
252
+
253
( \
254
mkdir -p /workspace/.ssh && \
255
cp /mnt/secrets/harvester-vm-ssh-keys/id_rsa /workspace/.ssh/id_rsa_harvester_vm && \
0 commit comments