Merge "Remove patching 'netmask' from isolinux.cfg"
[fuel.git] / build / f_isoroot / f_bgpvpn-pluginbuild / Makefile
index a99a426..71f2771 100644 (file)
@@ -51,6 +51,9 @@ release:.bgpvpnbuild
        $(REPOINFO) -r . > gitinfo_bgpvpnplugin.txt
        rm -rf fuel-plugin-bgpvpn
        touch .bgpvpnbuild
+       # Store artifact in cache straight away if caching is enabled
+       # (no .cacheid will be present unless this is a cached build)
+       test -f .cacheid && $(MAKE) -f Makefile put-cache || exit 0
 
 #############################################################################
 # Cache operations - only used when building through ci/build.sh