File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
- run : |
25
25
gcloud auth configure-docker --quiet
26
26
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 )
28
28
cd components/ide/code
29
29
leeway build -Dversion=nightly -DimageRepoBase=eu.gcr.io/gitpod-core-dev/build -DcodeCommit=$headCommit .:docker
30
30
- name : Slack Notification
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ defaultArgs:
7
7
jbMarketplacePublishTrigger : " false"
8
8
publishToJBMarketplace : true
9
9
localAppVersion : unknown
10
- codeCommit : 15e627bc59f6f1ed149ccb7f0e2dcdf59e4619c3
10
+ codeCommit : bdb931480bacaac62d7c8aed5c59badfd2ea4c0d
11
11
intellijDownloadUrl : " https://download.jetbrains.com/idea/ideaIU-2021.3.2.tar.gz"
12
12
golandDownloadUrl : " https://download.jetbrains.com/go/goland-2021.3.3.tar.gz"
13
13
pycharmDownloadUrl : " https://download.jetbrains.com/python/pycharm-professional-2021.3.2.tar.gz"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ FROM gitpod/openvscode-server-linux-build-agent:bionic-x64 as code_builder
20
20
21
21
ARG CODE_COMMIT
22
22
23
- ARG NODE_VERSION=16.14 .0
23
+ ARG NODE_VERSION=14.19 .0
24
24
ARG NVM_DIR="/root/.nvm"
25
25
RUN mkdir -p $NVM_DIR \
26
26
&& curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | sh \
You can’t perform that action at this time.
0 commit comments