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 d955ce1 commit 1e42c31Copy full SHA for 1e42c31
.github/workflows/code-nightly.yaml
@@ -24,7 +24,7 @@ jobs:
24
- run: |
25
gcloud auth configure-docker --quiet
26
export LEEWAY_WORKSPACE_ROOT=$(pwd)
27
- headCommit=$(curl -H 'Accept: application/vnd.github.VERSION.sha' https://api.github.com/repos/gitpod-io/openvscode-server/commits/gp-code/release/1.64)
+ headCommit=$(curl -H 'Accept: application/vnd.github.VERSION.sha' https://api.github.com/repos/gitpod-io/openvscode-server/commits/gp-code/main)
28
cd components/ide/code
29
leeway build -Dversion=nightly -DimageRepoBase=eu.gcr.io/gitpod-core-dev/build -DcodeCommit=$headCommit .:docker
30
- name: Slack Notification
0 commit comments