We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1228b7 commit 5ad43cfCopy full SHA for 5ad43cf
.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://github.com/api/repos/gitpod-io/openvscode-server/commits/gp-code/main)
+ headCommit=$(curl -H 'Accept: application/vnd.github.VERSION.sha' https://github.com/api/repos/gitpod-io/openvscode-server/commits/gp-code/release/1.68)
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