Skip to content
Snippets Groups Projects
Commit 82541b71 authored by Stephan Eberle's avatar Stephan Eberle
Browse files

Added debug output to publish script

parent 6f3a7ae1
No related branches found
No related tags found
No related merge requests found
......@@ -197,6 +197,15 @@ echo "Copying $localUpdateSiteArchiveLocation to $targetDownloadsLocation"
mkdir -p $targetDownloadsLocation
cp $localUpdateSiteArchiveLocation $targetDownloadsLocation
if [ "$MERGE_UPDATE_SITE" != "false" ]
then
echo "MERGE_UPDATE_SITE <> false"
fi
if [ -f "$targetUpdateSiteLocation/content.*" ];
then
echo "f targetUpdateSiteLocation/content.*"
fi
if [ "$MERGE_UPDATE_SITE" != "false" ] && [ -f "$targetUpdateSiteLocation/content.*" ];
then
echo "------------------------------------------------------------------------"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment