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.
code-nightly.yml
gp-code/main
1 parent 8b129f2 commit 0d9098aCopy full SHA for 0d9098a
.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.72)
+ 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: Get previous job's status
0 commit comments