You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.
The current setup is not very automation-friendly. The only way to drive this from CI without baking the configuration (and secrets) into the source code is to do something like:
generate a distribution with a dummy confiig.json that contains only placeholders
have CI replace the placeholders with values coming from environment variables
generate a new zipfile (duplicating the logic from function zip(files))
or craft a string with the parameters you need and feed it to build.sh via stdin, but that is even hackier, I guess.
The text was updated successfully, but these errors were encountered:
The current setup is not very automation-friendly. The only way to drive this from CI without baking the configuration (and secrets) into the source code is to do something like:
function zip(files)
)or craft a string with the parameters you need and feed it to build.sh via stdin, but that is even hackier, I guess.
The text was updated successfully, but these errors were encountered: