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 fa3010a commit e5384caCopy full SHA for e5384ca
.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.82)
+ 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