Skip to content

Commit 09a9337

Browse files
mustard-mhroboquat
authored andcommitted
[code] point code nightly to gp-code main release 1.65
1 parent c6cc1ab commit 09a9337

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/code-nightly.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: |
2525
gcloud auth configure-docker --quiet
2626
export LEEWAY_WORKSPACE_ROOT=$(pwd)
27-
headCommit=$(curl -H 'Accept: application/vnd.github.VERSION.sha' https://api.github.com/repos/gitpod-io/openvscode-server/commits/gp-code/main)
27+
headCommit=$(curl -H 'Accept: application/vnd.github.VERSION.sha' https://api.github.com/repos/gitpod-io/openvscode-server/commits/gp-code/release/1.65)
2828
cd components/ide/code
2929
leeway build -Dversion=nightly -DimageRepoBase=eu.gcr.io/gitpod-core-dev/build -DcodeCommit=$headCommit .:docker
3030
- name: Slack Notification

WORKSPACE.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defaultArgs:
77
jbMarketplacePublishTrigger: "false"
88
publishToJBMarketplace: true
99
localAppVersion: unknown
10-
codeCommit: 15e627bc59f6f1ed149ccb7f0e2dcdf59e4619c3
10+
codeCommit: bdb931480bacaac62d7c8aed5c59badfd2ea4c0d
1111
intellijDownloadUrl: "https://download.jetbrains.com/idea/ideaIU-2021.3.2.tar.gz"
1212
golandDownloadUrl: "https://download.jetbrains.com/go/goland-2021.3.3.tar.gz"
1313
pycharmDownloadUrl: "https://download.jetbrains.com/python/pycharm-professional-2021.3.2.tar.gz"

components/ide/code/leeway.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM gitpod/openvscode-server-linux-build-agent:bionic-x64 as code_builder
2020

2121
ARG CODE_COMMIT
2222

23-
ARG NODE_VERSION=16.14.0
23+
ARG NODE_VERSION=14.19.0
2424
ARG NVM_DIR="/root/.nvm"
2525
RUN mkdir -p $NVM_DIR \
2626
&& curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | sh \

0 commit comments

Comments
 (0)