Skip to content

Commit

Permalink
Develop build
Browse files Browse the repository at this point in the history
  • Loading branch information
anttileppa committed Apr 23, 2024
1 parent bd104d4 commit 8a9eec4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/develop-build-apk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
bumpVersion:
runs-on: ubuntu-latest
environment: develop
concurrency: develop
outputs:
new_tag: ${{ steps.get_version.outputs.new_tag }}
commit_sha: ${{ steps.get_commit_sha.outputs.commit_sha }}
Expand Down Expand Up @@ -55,6 +56,7 @@ jobs:
buildAndroid:
runs-on: ubuntu-latest
environment: develop
concurrency: develop
needs: bumpVersion
steps:
- uses: actions/checkout@v3
Expand All @@ -74,7 +76,6 @@ jobs:
export KEYCLOAK_CLIENT_ID=${{ secrets.KEYCLOAK_CLIENT_ID }}
export KEYCLOAK_CLIENT_SECRET=${{ secrets.KEYCLOAK_CLIENT_SECRET }}
echo API_BASE_URL: $API_BASE_URL vs ${{ secrets.API_BASE_URL }}
echo ${{ secrets.SIGN_KEYSTORE }} > /tmp/app.keystore.b64 && base64 -d -i /tmp/app.keystore.b64 > /tmp/app.keystore
echo storePassword=${{ secrets.SIGN_STORE_PASSWORD }} >> android/key.properties
echo keyPassword=${{ secrets.SIGN_KEY_PASSWORD }} >> android/key.properties
Expand Down
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "vp-kuljetus-transport-management-specs"]
path = vp-kuljetus-transport-management-specs
url = https://github.com/Metatavu/vp-kuljetus-transport-management-specs.git
[submodule "specs"]
path = specs
url = git@github.com:Metatavu/vp-kuljetus-transport-management-specs.git
4 changes: 2 additions & 2 deletions lib/app/openapi_config.dart
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Openapi Generator last run: : 2024-04-17T12:02:59.716169
// Openapi Generator last run: : 2024-04-23T08:54:15.008345
import "package:openapi_generator_annotations/openapi_generator_annotations.dart";

@Openapi(
inputSpec: InputSpec(
path: "../../vp-kuljetus-transport-management-specs/specs/app.yaml",
path: "specs/specs/app.yaml",
),
generatorName: Generator.dio,
outputDirectory: "../packages/tms_api",
Expand Down
1 change: 1 addition & 0 deletions specs
Submodule specs added at 4132f9

0 comments on commit 8a9eec4

Please sign in to comment.