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 e9d9f86 commit 6dcf2d8Copy full SHA for 6dcf2d8
.github/workflows/code-nightly.yml
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
export LEEWAY_WORKSPACE_ROOT=$GITHUB_WORKSPACE
33
34
- codeHeadCommit=$(curl -H 'Accept: application/vnd.github.VERSION.sha' https://api.github.com/repos/gitpod-io/openvscode-server/commits/gp-code/release/1.83)
+ codeHeadCommit=$(curl -H 'Accept: application/vnd.github.VERSION.sha' https://api.github.com/repos/gitpod-io/openvscode-server/commits/gp-code/main)
35
codeVersion=$(curl https://raw.githubusercontent.com/gitpod-io/openvscode-server/$codeHeadCommit/package.json | jq .version)
36
cd components/ide/code
37
leeway build \
0 commit comments