Correcting license and copyright terms throughout the repo
[fuel.git] / build / f_isoroot / f_odlpluginbuild / Makefile
index 18fbb9e..4ae81dd 100644 (file)
@@ -37,6 +37,9 @@ release:.odlbuild
        $(REPOINFO) -r . > gitinfo_odlplugin.txt
        rm -rf fuel-plugin-opendaylight
        touch .odlbuild
+       # 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