Skip to content
Snippets Groups Projects
Commit 8e525c32 authored by Piers Harding's avatar Piers Harding
Browse files

set defaults for TANGO_DB_TAG, TANGO_CPP_TAG, TANGO_JAVA_TAG

parent 2873c4ba
No related branches found
No related tags found
No related merge requests found
......@@ -34,10 +34,18 @@ ifeq ($(strip $(TANGO_ITANGO_TAG)),)
TANGO_ITANGO_TAG = latest
endif
ifeq ($(strip $(TANGO_DB_TAG)),)
TANGO_DB_TAG = latest
endif
ifeq ($(strip $(TANGO_CPP_TAG)),)
TANGO_CPP_TAG = latest
endif
ifeq ($(strip $(TANGO_JAVA_TAG)),)
TANGO_JAVA_TAG = latest
endif
ifeq ($(strip $(SKA_PYTHON_BUILDENV_TAG)),)
SKA_PYTHON_BUILDENV_TAG = latest
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment