Point Code Nightly to gp-code/release/1.69

This commit is contained in:
Jean Pierre 2022-07-02 03:36:00 +00:00 committed by Robo Quat
parent e8ab39e3e7
commit 865b23082d

View File

@ -31,7 +31,7 @@ jobs:
- run: | - run: |
gcloud auth configure-docker --quiet gcloud auth configure-docker --quiet
export LEEWAY_WORKSPACE_ROOT=$(pwd) export LEEWAY_WORKSPACE_ROOT=$(pwd)
headCommit=$(curl -H 'Accept: application/vnd.github.VERSION.sha' https://api.github.com/repos/gitpod-io/openvscode-server/commits/gp-code/main) headCommit=$(curl -H 'Accept: application/vnd.github.VERSION.sha' https://api.github.com/repos/gitpod-io/openvscode-server/commits/gp-code/release/1.69)
cd components/ide/code cd components/ide/code
leeway build -Dversion=nightly -DimageRepoBase=eu.gcr.io/gitpod-core-dev/build -DcodeCommit=$headCommit -DcodeQuality=insider .:docker leeway build -Dversion=nightly -DimageRepoBase=eu.gcr.io/gitpod-core-dev/build -DcodeCommit=$headCommit -DcodeQuality=insider .:docker
- name: Slack Notification - name: Slack Notification