From 726371269ab9ca059a30d51585a6001ad2b80a01 Mon Sep 17 00:00:00 2001 From: Imdad Ahad Date: Wed, 31 May 2017 15:38:57 +0100 Subject: [PATCH] Use python3 on jenkins otherwise SSL erorr occurs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 14cae9b0c..4142722ff 100644 --- a/Makefile +++ b/Makefile @@ -306,5 +306,5 @@ cf-push: .PHONY: check-if-migrations-to-run check-if-migrations-to-run: - @echo $(shell python scripts/check_if_new_migration.py) + @echo $(shell python3 scripts/check_if_new_migration.py)