File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
19
19
image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-oci-tool-gha.14121
20
20
steps :
21
21
- uses : actions/checkout@v3
22
- - name : Set up Google Cloud SDK
23
- uses : google-github-actions/setup-gcloud@v0
22
+ - uses : ./.github/actions/setup-environment
24
23
with :
25
- project_id : ${{ secrets.GCP_PROJECT_ID }}
24
+ sa_key : ${{ secrets.GCP_CREDENTIALS }}
25
+ leeway_segment_key : ${{ secrets.LEEWAY_SEGMENT_KEY }}
26
26
- id : build-code
27
27
name : Build
28
28
env :
31
31
run : |
32
32
export LEEWAY_WORKSPACE_ROOT=$GITHUB_WORKSPACE
33
33
34
- gcloud auth configure-docker --quiet
35
-
36
34
codeHeadCommit=$(curl -H 'Accept: application/vnd.github.VERSION.sha' https://api.github.com/repos/gitpod-io/openvscode-server/commits/gp-code/main)
37
35
codeVersion=$(curl https://raw.githubusercontent.com/gitpod-io/openvscode-server/$codeHeadCommit/package.json | jq .version)
38
36
cd components/ide/code
You can’t perform that action at this time.
0 commit comments