We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec00982 + 4525e01 commit b2eebb9Copy full SHA for b2eebb9
1 file changed
deploy.sh
@@ -147,6 +147,9 @@ if test -d "$SVN_DIR/assets" && test -n "$(find "$SVN_DIR/assets" -maxdepth 1 -n
147
svn propset svn:mime-type "image/svg+xml" "$SVN_DIR/assets/*.svg" || true
148
fi
149
150
+#Resolves => SVN commit failed: Directory out of date
151
+svn update
152
+
153
svn status
154
155
echo "➤ Committing files..."
0 commit comments