ignore these on failures for the test box
This commit is contained in:
parent
f154d713b2
commit
67d435d12b
16
Makefile
16
Makefile
|
@ -7,14 +7,14 @@ pull:
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
version:
|
version:
|
||||||
@rails --version
|
-@rails --version
|
||||||
@whereis rails
|
-@whereis rails
|
||||||
@echo "npm" `npm --version`
|
-@echo "npm" `npm --version`
|
||||||
@whereis npm
|
-@whereis npm
|
||||||
@echo "yarn" `yarn -version`
|
-@echo "yarn" `yarn -version`
|
||||||
@whereis yarn
|
-@whereis yarn
|
||||||
@ruby --version
|
-@ruby --version
|
||||||
@whereis ruby
|
-@whereis ruby
|
||||||
|
|
||||||
reset:
|
reset:
|
||||||
git reset --hard
|
git reset --hard
|
||||||
|
|
Loading…
Reference in New Issue