Reorder linting on build-and-deploy
This commit is contained in:
		| @@ -24,12 +24,13 @@ if [[ -n ${1} ]]; then | ||||
|     done | ||||
| fi | ||||
|  | ||||
| echo -n "> Linting code for errors... " | ||||
| ./lint || exit | ||||
|  | ||||
| HOSTS=( ${@} ) | ||||
| echo "> Deploying to host(s): ${HOSTS[@]}" | ||||
|  | ||||
| # Lint to prevent deploying bad code | ||||
| echo -n "Linting code for errors... " | ||||
| ./lint || exit | ||||
|  | ||||
| # Build the packages | ||||
| echo -n "Building packages... " | ||||
| version="$( ./build-unstable-deb.sh 2>/dev/null )" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user