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
|
||||
|
||||
version:
|
||||
@rails --version
|
||||
@whereis rails
|
||||
@echo "npm" `npm --version`
|
||||
@whereis npm
|
||||
@echo "yarn" `yarn -version`
|
||||
@whereis yarn
|
||||
@ruby --version
|
||||
@whereis ruby
|
||||
-@rails --version
|
||||
-@whereis rails
|
||||
-@echo "npm" `npm --version`
|
||||
-@whereis npm
|
||||
-@echo "yarn" `yarn -version`
|
||||
-@whereis yarn
|
||||
-@ruby --version
|
||||
-@whereis ruby
|
||||
|
||||
reset:
|
||||
git reset --hard
|
||||
|
|
Loading…
Reference in New Issue