Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
WP.org Plugin Deploy
Commits
9fc3f952
Commit
9fc3f952
authored
Apr 13, 2019
by
Erick Hitter
Browse files
Note release ref in informational output
parent
52c417c4
Pipeline
#770
passed with stage
in 1 minute and 29 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
scripts/deploy.sh
View file @
9fc3f952
...
...
@@ -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
}
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment