From 464669a37e9dfce28c04dc3a18bbadd0e9eb35a0 Mon Sep 17 00:00:00 2001 From: Jean Pierre Date: Fri, 4 Feb 2022 14:04:03 +0000 Subject: [PATCH] Temporarily pin insiders to stable branch --- .github/workflows/code-nightly.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-nightly.yaml b/.github/workflows/code-nightly.yaml index aadea27246b4d4..cba7b82e92fd1a 100644 --- a/.github/workflows/code-nightly.yaml +++ b/.github/workflows/code-nightly.yaml @@ -24,7 +24,7 @@ jobs: - run: | gcloud auth configure-docker --quiet export LEEWAY_WORKSPACE_ROOT=$(pwd) - headCommit=$(curl -H 'Accept: application/vnd.github.VERSION.sha' https://api.github.com/repos/gitpod-io/openvscode-server/commits/gp-code/main) + headCommit=$(curl -H 'Accept: application/vnd.github.VERSION.sha' https://api.github.com/repos/gitpod-io/openvscode-server/commits/gp-code/release/1.64) cd components/ide/code leeway build -Dversion=nightly -DimageRepoBase=eu.gcr.io/gitpod-core-dev/build -DcodeCommit=$headCommit .:docker - name: Slack Notification