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 1c19bbe commit 4e419b9Copy full SHA for 4e419b9
.github/workflows/code-nightly.yaml
@@ -31,7 +31,7 @@ jobs:
31
- run: |
32
gcloud auth configure-docker --quiet
33
export LEEWAY_WORKSPACE_ROOT=$(pwd)
34
- headCommit=$(curl -H 'Accept: application/vnd.github.VERSION.sha' https://api.github.com/repos/gitpod-io/openvscode-server/commits/gp-code/release/1.68)
+ headCommit=$(curl -H 'Accept: application/vnd.github.VERSION.sha' https://api.github.com/repos/gitpod-io/openvscode-server/commits/gp-code/main)
35
cd components/ide/code
36
leeway build -Dversion=nightly -DimageRepoBase=eu.gcr.io/gitpod-core-dev/build -DcodeCommit=$headCommit -DcodeQuality=insider .:docker
37
- name: Slack Notification
0 commit comments