Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Fix gcp-unit-tests #481

Merged
merged 1 commit into from
Aug 13, 2019
Merged

Fix gcp-unit-tests #481

merged 1 commit into from
Aug 13, 2019

Conversation

natarajaya
Copy link
Contributor

This is small regression, introduced in gpii-ops/exekube#67

@natarajaya natarajaya self-assigned this Aug 13, 2019
@natarajaya natarajaya merged commit b36c915 into gpii-ops:master Aug 13, 2019
script:
- cd shared/rakefiles/tests
- bundle install --path "vendor/bundle"
- bundle install --with test
Copy link
Contributor

Choose a reason for hiding this comment

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

Why did you drop this path? Looks like now it will try to install to a system directory, which is probably not what we want.

Also, if you'd like to change this, please update the entry in .gitignore.

Copy link
Contributor

Choose a reason for hiding this comment

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

I think there are some clean rules that would need updating also.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yep, installing this into system directory is not going to work, because of permissions issue. Installing into vendor/bundle would not work as well, because it will try to install entire bundle from scratch and fail due to missing ruby headers. Let me revert this to not block the pipeline.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants