We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9892395 + c466104 commit f2b27eaCopy full SHA for f2b27ea
1 file changed
entrypoint.sh
@@ -38,7 +38,7 @@ if [[ -z "$ASSETS_DIR" ]]; then
38
fi
39
echo "ℹ︎ ASSETS_DIR is $ASSETS_DIR"
40
41
-SVN_URL="http://plugins.svn.wordpress.org/${SLUG}/"
+SVN_URL="https://plugins.svn.wordpress.org/${SLUG}/"
42
SVN_DIR="/github/svn-${SLUG}"
43
44
# Checkout just trunk and assets for efficiency
0 commit comments