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

Add flag for launcher to Makefile #3742

Merged
merged 3 commits into from Jun 9, 2022

Conversation

Szarny
Copy link
Contributor

@Szarny Szarny commented Jun 9, 2022

What this PR does / why we need it:

Add LAUNCHER flag to run/piped to execute the launcher more easily.

Which issue(s) this PR fixes:

Fixes #

Does this PR introduce a user-facing change?:

NONE

@Szarny Szarny self-assigned this Jun 9, 2022
run/launcher: CONFIG_FILE ?=
run/launcher: INSECURE ?= false
run/launcher:
go run cmd/launcher/main.go launcher --config-file=$(CONFIG_FILE) --insecure=$(INSECURE)
Copy link
Member

Choose a reason for hiding this comment

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

how about making this as a part of make run/piped and control which will be run using a flag like LAUNCHER=true ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Add LAUNCHER flag to run/piped! 🙏

Copy link
Contributor Author

Choose a reason for hiding this comment

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

now we can handle which to use like make run/piped LAUNCHER={true|false}

@Szarny Szarny changed the title Add run/launcher target to Makefile Add flag for launcher to Makefile Jun 9, 2022
Copy link
Member

@khanhtc1202 khanhtc1202 left a comment

Choose a reason for hiding this comment

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

👍

Copy link
Member

@knanao knanao left a comment

Choose a reason for hiding this comment

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

Nice catch!

@Szarny Szarny merged commit 9152cb1 into pipe-cd:master Jun 9, 2022
@github-actions github-actions bot mentioned this pull request Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants