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

Merge branch 'add/release-ref-output' into 'master'

Include release ref in info output

See merge request !2
parents 52c417c4 9fc3f952
No related branches found
No related tags found
1 merge request!2Include release ref in info output
Pipeline #771 passed with stage
in 1 minute and 15 seconds
......@@ -35,8 +35,9 @@ if [[ -z "$PLUGIN_VERSION" ]]; then
exit 1
fi
echo "ℹ︎ PLUGIN_SLUG is $PLUGIN_SLUG"
echo "ℹ︎ PLUGIN_VERSION is $PLUGIN_VERSION"
echo "ℹ︎ PLUGIN_SLUG: $PLUGIN_SLUG"
echo "ℹ︎ PLUGIN_VERSION: $PLUGIN_VERSION"
echo "ℹ︎ WP_ORG_RELEASE_REF: $WP_ORG_RELEASE_REF"
SVN_URL="https://plugins.svn.wordpress.org/${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.
Finish editing this message first!
Please register or to comment