Skip to content
Snippets Groups Projects
Verified Commit 51018b2d authored by Timm Fitschen's avatar Timm Fitschen
Browse files

PIPELINE

parent d75e5d8e
No related branches found
No related tags found
2 merge requests!123Release 0.13.0,!116F map bundle
Pipeline #39259 failed
......@@ -214,11 +214,11 @@ convert-yaml:
done
cp-legacy:
@for f in ${BUILDFILELIST} ; do source "$$f" ; done ; \
for f in ${BUILDFILELIST} ; do source "$$f" ; done ; \
if [ "$${BUILD_MODULE_LEGACY_MAP}" = "ENABLED" ] ; then \
$(MAKE) cp-legacy-map ; \
fi
@for f in ${BUILDFILELIST} ; do source "$$f" ; done ; \
for f in ${BUILDFILELIST} ; do source "$$f" ; done ; \
if [ "$${BUILD_MODULE_LEGACY_QUERY_FORM}" = "ENABLED" ] ; then \
$(MAKE) cp-legacy-query-form ; \
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment