Remove dependency on test task, fix yarn

This commit is contained in:
Dominik Prokop
2019-07-11 13:08:33 +02:00
parent c74c7e24e2
commit add6a0d00a
2 changed files with 3 additions and 22 deletions
-18
View File
@@ -1,23 +1,5 @@
#!/usr/bin/env bash
#!/bin/bash
# function exit_if_fail {
# command=$@
# echo "Executing '$command'"
# eval $command
# rc=$?
# if [ $rc -ne 0 ]; then
# echo "'$command' returned $rc."
# exit $rc
# fi
# }
# npm install lerna
# count=0
# rc=$?
function parse_git_hash() {
git rev-parse --short HEAD 2> /dev/null | sed "s/\(.*\)/\1/"
}