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

use arguments for build scripts #141

Merged
merged 2 commits into from
Apr 1, 2021
Merged

Conversation

glennmusa
Copy link
Contributor

Description

As mentioned in #136, to support other types of CI technology, this change updates the automation scripts in /build (specifically those to get .tfvars files, an MLZ config file, and to login to az cli) to pass arguments instead of relying on keyvault values mapped to the environment and updates the sample workflow with these new arguments.

Issue reference

The issue this PR will close: #136

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles or validates correctly
  • BASH scripts have been validated using shellcheck
  • All tests pass (manual and automated)
  • The documentation is updated to cover any new or changed features
  • Markdown files have been linted using the recommended linter. (See .vscode/extensions.json.)
  • Relevant issues are linked to this PR

Copy link
Contributor

@brooke-hamilton brooke-hamilton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just confirming: the UI is not affected by these changes?

@glennmusa
Copy link
Contributor Author

Just confirming: the UI is not affected by these changes?

that's correct, the UI calls a script that achieves similar outcomes but by front_wrapper.sh

@glennmusa glennmusa merged commit 64ca89b into main Apr 1, 2021
@glennmusa glennmusa deleted the glennmusa/updatebuildscripts branch April 1, 2021 11:04
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 this pull request may close these issues.

scripts in /build should run on any CI technology
2 participants