Skip to content

Commit

Permalink
Revert Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
starchy committed Aug 16, 2018
1 parent 0bc7c3a commit fc127a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -105,7 +105,7 @@ docker-build-ubuntu: ## Builds SD Ubuntu docker container

.PHONY: build-debs
build-debs: ## Builds and tests debian packages
@if [[ "${CIRCLE_BRANCH}" != docs-* ]]; then molecule --debug test -s builder; else echo Not running on docs branch...; fi
@if [[ "${CIRCLE_BRANCH}" != docs-* ]]; then molecule test -s builder; else echo Not running on docs branch...; fi

.PHONY: safety
safety: ## Runs `safety check` to check python dependencies for vulnerabilities
Expand Down

0 comments on commit fc127a1

Please sign in to comment.