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 missing jsonnet binary to builds #303

Merged
merged 3 commits into from Jan 24, 2020

Conversation

kakkoyun
Copy link
Contributor

@kakkoyun kakkoyun commented Jan 23, 2020

This PR fixes Jsonnet issues in makefile.

cc @squat @cben

@kakkoyun kakkoyun requested a review from squat January 23, 2020 14:54
@openshift-ci-robot openshift-ci-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Jan 23, 2020
@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 23, 2020
@kakkoyun
Copy link
Contributor Author

/retest

Makefile Outdated Show resolved Hide resolved
@kakkoyun
Copy link
Contributor Author

friendly ping @squat

Makefile Outdated
@@ -201,6 +202,9 @@ $(PROMETHEUS_BIN): $(BIN_DIR)
$(EMBEDMD_BIN): $(BIN_DIR)
GO111MODULE=on go build -mod=vendor -o $@ github.com/campoy/embedmd

$(JSONNET): $(BIN_DIR)
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be $(JSONNET_BIN) right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, thanks for catching that.

@squat
Copy link
Contributor

squat commented Jan 24, 2020

/lgtm
/retest

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Jan 24, 2020
@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kakkoyun, squat

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-robot openshift-merge-robot merged commit c00c46c into openshift:master Jan 24, 2020
@kakkoyun kakkoyun deleted the fix_jsonnet_bin branch January 24, 2020 12:58
@cben
Copy link
Contributor

cben commented Jan 25, 2020

Ack, this works, and the var rename made the makefile clearer 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants