We need to call bundle before we call rake
Travis did this magically I suppose. I'm not sure though.
This commit is contained in:
parent
1ca1a46cd4
commit
20df1bbb03
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ bundle:
|
||||||
@$(ECHO) "[BUNDLE]"
|
@$(ECHO) "[BUNDLE]"
|
||||||
@$(BUNDLE) install --path vendor/bundle
|
@$(BUNDLE) install --path vendor/bundle
|
||||||
|
|
||||||
bundle-rake-thermite-test:
|
bundle-rake-thermite-test: bundle
|
||||||
@$(ECHO) "[RAKE ][thermite]"
|
@$(ECHO) "[RAKE ][thermite]"
|
||||||
@CARGO_TARGET=debug $(BUNDLE) exec rake thermite:tarball
|
@CARGO_TARGET=debug $(BUNDLE) exec rake thermite:tarball
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue