From 13fecb1dc10e236182b7f195e6e43fce94df15f0 Mon Sep 17 00:00:00 2001 From: samelamin Date: Thu, 5 Oct 2023 15:46:34 +0100 Subject: [PATCH] make zone configurable --- .github/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 974ccb2c..039e8965 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: image_family: ubuntu-2004-lts machine_type: e2-highcpu-32 disk_size: 100 - machine_zone: europe-west3-a + machine_zone: ${{ env.GCP_ZONE }} ephemeral: true test-features: @@ -40,9 +40,6 @@ jobs: steps: - uses: actions/checkout@v4 - - name: echo region2 - run: echo ${{ env.GCP_ZONE }} - - name: Set HOME run: echo "HOME=/home/ubuntu" >> ${GITHUB_ENV}