Skip to content

Commit

Permalink
pushed to 1689-web-validator-app-consumes-execution_resultsjson
Browse files Browse the repository at this point in the history
  • Loading branch information
qcdyx committed Mar 13, 2024
1 parent 405ef79 commit e0593f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/stg_web_client_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,21 @@ name: Web client staging CD
on:
push:
branches:
- master
- 1689-web-validator-app-consumes-execution_resultsjson

env:
NODE_VERSION: "20"

jobs:

web_cd:
name: Deploy web client
runs-on: ubuntu-latest

env:
ENV_NAME : stg
CLOUDSDK_CORE_PROJECT : web-based-gtfs-validator
ENV_NAME: stg
CLOUDSDK_CORE_PROJECT: web-based-gtfs-validator

steps:

- uses: actions/checkout@v4
with:
# We need to download all tags so that the axion-release-plugin
Expand All @@ -30,9 +28,9 @@ jobs:
uses: actions/setup-java@v4
with:
# We need a recent version of Java with jpackage included.
java-version: '17'
java-version: "17"
# We use the zulu distribution, which is an OpenJDK distro.
distribution: 'zulu'
distribution: "zulu"

# for npm
- uses: actions/setup-node@v4
Expand All @@ -45,7 +43,7 @@ jobs:

- uses: google-github-actions/setup-gcloud@v2
with:
version: '>= 390.0.0'
version: ">= 390.0.0"

- name: run gradle tasks
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stg_web_svc_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Web service staging CD
on:
push:
branches:
- master
- 1689-web-validator-app-consumes-execution_resultsjson
workflow_dispatch:

env:
Expand Down

0 comments on commit e0593f2

Please sign in to comment.