File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 73
73
with :
74
74
name : ${{ needs.configuration.outputs.name }}
75
75
sa_key : ${{ secrets.GCP_CREDENTIALS }}
76
- infrastructure_provider : harvester
76
+ infrastructure_provider : gce
77
77
large_vm : true
78
78
- name : Deploy Gitpod to the preview environment
79
79
id : deploy-gitpod
@@ -103,6 +103,9 @@ jobs:
103
103
USER_TOKEN : ${{ secrets.IDE_INTEGRATION_TEST_USER_TOKEN }}
104
104
PREVIEW_ENV_DEV_SA_KEY : ${{ secrets.GCP_CREDENTIALS }}
105
105
PREVIEW_NAME : ${{ needs.configuration.outputs.name }}
106
+ TEST_BUILD_ID : ${{ github.run_id }}
107
+ TEST_BUILD_URL : ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
108
+ TEST_BUILD_REF : ${{ github.head_ref || github.ref }}
106
109
run : |
107
110
set -euo pipefail
108
111
You can’t perform that action at this time.
0 commit comments