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

Install deployment dependencies when circle:deps is executed #70

Closed
wants to merge 3 commits into from

Conversation

mkj28
Copy link
Contributor

@mkj28 mkj28 commented Nov 20, 2017

What

Install deployment dependencies when circle:deps is executed

Why

So that we don't have to remember to always do it
https://github.com/sagansystems/remail/pull/4/files

Who

@darend

### What
Install deployment dependencies when circle:deps is executed

### Why
So that we don't have to remember to _always_ do it
https://github.com/sagansystems/remail/pull/4/files

### Who
@mkj28 mkj28 requested a review from darend November 20, 2017 22:18
@mkj28
Copy link
Contributor Author

mkj28 commented Nov 20, 2017

pointed the "circle" tag to this commit - and ran supernova build - it installed gettext fine

@@ -78,3 +78,11 @@ circle\:run-job-kubernetes:
echo "INFO: Running $(JOB_KUBERNETES_APP):$(IMAGE_TAG)"; \
$(MAKEFILE_DIR)/bin/circle-do-exclusively.sh --branch $(CIRCLE_BRANCH) $(SELF) kubernetes:run-job kubernetes:job-logs KUBERNETES_APP=$(JOB_KUBERNETES_APP); \
fi

## Install deployment dependencies
install-deployment-dependencies:
Copy link
Member

Choose a reason for hiding this comment

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

Using this approach of a mac and linux target would be beneficial as it allows testing of the makefile locally

https://github.com/sagansystems/cloud-platform/blob/8.0/conf/tf/Makefile#L14-L24

@mkj28
Copy link
Contributor Author

mkj28 commented Feb 2, 2018

Declining per golang/go#18981

@mkj28 mkj28 closed this Feb 2, 2018
@mkj28 mkj28 deleted the install-gettext branch February 2, 2018 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants