We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73d7d1e commit f515e9aCopy full SHA for f515e9a
Tests/kaas/kaas-sonobuoy-tests/Makefile
@@ -22,7 +22,7 @@ SONO_WAIT= 30
22
## Helpers: ##
23
###############################################################################
24
25
-ifndef IMAGE_VERSION_TAG:
+ifeq ($(IMAGE_VERSION_TAG),)
26
export TAG=dev
27
else
28
export TAG=${IMAGE_VERSION_TAG}
0 commit comments