Skip to content

Commit

Permalink
We don't need to specify the API host at build time anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschwarzer committed Oct 28, 2021
1 parent b54b511 commit 9231062
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,8 @@ on:
description: 'Release version (leave empty to build only)'
required: false
default: ''
api_host:
description: 'Server Host'
required: true
default: 'wotw.orirando.com'
ui_branch:
description: 'UI branch'
description: 'UI branch'
required: true
default: 'main'

Expand Down Expand Up @@ -161,7 +157,6 @@ jobs:

- name: Generate client
run: |
$env:API_HOST = "${{ github.event.inputs.api_host || 'dev.wotw.orirando.com' }}"
$env:API_SECURE = "true"
$env:IS_ELECTRON = "true"
yarn generate
Expand Down

0 comments on commit 9231062

Please sign in to comment.