From 4473aa56671d2ea0db3831f45ca9a52d22e17cd4 Mon Sep 17 00:00:00 2001 From: dalmiromaia <dmaia@fc.up.pt> Date: Tue, 9 Nov 2021 19:46:34 +0000 Subject: [PATCH] ST-946 set python build type --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5422f311..7cd207c0 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ SHELL = /bin/bash # PROJECT to give a final Docker tag of artefact.skao.int/ska-tango-base PROJECT = ska-tango-base IMAGE_FOR_DIAGRAMS = artefact.skao.int/ska-tango-images-pytango-builder:9.3.10 - +PYTHON_BUILD_TYPE=tag_setup # # include makefile to pick up the standard Make targets, e.g., 'make build' # build, 'make push' docker push procedure, etc. The other Make targets -- GitLab