Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scripts in /build should run on any CI technology #136

Closed
glennmusa opened this issue Mar 31, 2021 · 0 comments · Fixed by #141
Closed

scripts in /build should run on any CI technology #136

glennmusa opened this issue Mar 31, 2021 · 0 comments · Fixed by #141
Assignees

Comments

@glennmusa
Copy link
Contributor

Benefit/Result/Outcome
An IT Admin may have many CI and automation tools at their disposal. The scripts in /build should be flexible enough to permit that.

Description
For example, running the build scripts on an Azure DevOps Pipeline today do not work out of the box because ADO Pipelines use a different syntax to access environment variables (ADO Pipelines use 'macro syntax' $(myvariable) where GH Actions use plain bash syntax $myvariable or ${myvariable}).

Acceptance Criteria

  • Refactor the scripts in /build such that they take arguments for execution instead of relying on underlying environment variables.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant