Skip to content
Snippets Groups Projects
Commit 9fc3f952 authored by Erick Hitter's avatar Erick Hitter
Browse files

Note release ref in informational output

parent 52c417c4
Branches
No related tags found
1 merge request!2Include release ref in info output
Pipeline #770 passed
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
...@@ -35,8 +35,9 @@ if [[ -z "$PLUGIN_VERSION" ]]; then ...@@ -35,8 +35,9 @@ if [[ -z "$PLUGIN_VERSION" ]]; then
exit 1 exit 1
fi fi
echo "ℹ︎ PLUGIN_SLUG is $PLUGIN_SLUG" echo "ℹ︎ PLUGIN_SLUG: $PLUGIN_SLUG"
echo "ℹ︎ PLUGIN_VERSION is $PLUGIN_VERSION" echo "ℹ︎ PLUGIN_VERSION: $PLUGIN_VERSION"
echo "ℹ︎ WP_ORG_RELEASE_REF: $WP_ORG_RELEASE_REF"
SVN_URL="https://plugins.svn.wordpress.org/${PLUGIN_SLUG}/" SVN_URL="https://plugins.svn.wordpress.org/${PLUGIN_SLUG}/"
SVN_DIR="$CI_BUILDS_DIR/svn-${PLUGIN_SLUG}" SVN_DIR="$CI_BUILDS_DIR/svn-${PLUGIN_SLUG}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment