tech(build): create sha files after signing packages

This commit is contained in:
bergquist
2017-01-27 12:41:05 +01:00
parent a634bd0ce8
commit 4b6aaec880
4 changed files with 19 additions and 11 deletions

View File

@@ -16,7 +16,7 @@ if [ -n "${CIRCLE_TAG}" ]; then
cd $REPO_PATH
else
echo "Building from branch ${CIRCLE_BRANCH}"
git clone --depth 1 https://github.com/grafana/grafana.git
git clone https://github.com/grafana/grafana.git
cd $REPO_PATH
git checkout $CIRCLE_TAG
fi

View File

@@ -18,7 +18,7 @@ yarn install --pure-lockfile
exit_if_fail npm test
exit_if_fail test -z "$(gofmt -s -l ./pkg/... | tee /dev/stderr)"
exit_if_fail test -z "$(gofmt -s -l ./pkg | tee /dev/stderr)"
exit_if_fail go run build.go build
exit_if_fail go vet ./pkg/...
exit_if_fail go test -v ./pkg/...