Skip to content
Snippets Groups Projects
Commit b56ebbe7 authored by Tóth Miklós Tibor's avatar Tóth Miklós Tibor :shrug:
Browse files

Get secret in CI

parent 7ff7438f
No related branches found
No related tags found
No related merge requests found
Pipeline #30566 passed
......@@ -10,6 +10,7 @@ gradle:
stage: build
image: openjdk:17
script:
- '[ ! -z "$GAPI_SECRET" ] && echo "$GAPI_SECRET" | base64 -d > src/jsMain/kotlin/gapi/GapiSecrets.kt'
- ./gradlew jsBrowserProductionWebpack
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment