Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit ff5efce1 authored by Robert Nelson's avatar Robert Nelson
Browse files

publish: change dir to 114 (jenkins)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 97981353
Branches
Tags
No related merge requests found
......@@ -323,4 +323,5 @@ if [ -d /var/www/html/farm/images/ ] ; then
echo "Copying: *.tar to server: images/${image_prefix}-${time}/"
cp -v ${DIR}/deploy/gift_wrap_final_images.sh /var/www/html/farm/images/${image_prefix}-${time}/gift_wrap_final_images.sh || true
chmod +x /var/www/html/farm/images/${image_prefix}-${time}/gift_wrap_final_images.sh || true
sudo chown -R 114:114 /var/www/html/farm/images/${image_prefix}-${time}/ || true
fi
......@@ -196,4 +196,5 @@ if [ -d /var/www/html/farm/images/ ] ; then
echo "Copying: *.tar to server: images/${image_prefix}-${time}/"
cp -v ${DIR}/deploy/gift_wrap_final_images.sh /var/www/html/farm/images/${image_prefix}-${time}/gift_wrap_final_images.sh || true
chmod +x /var/www/html/farm/images/${image_prefix}-${time}/gift_wrap_final_images.sh || true
sudo chown -R 114:114 /var/www/html/farm/images/${image_prefix}-${time}/ || true
fi
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment