Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
open-source
WP.org Plugin Deploy
Commits
cf2cf651
Commit
cf2cf651
authored
Apr 14, 2019
by
Erick Hitter
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'add/release-ref-output' into 'master'
Include release ref in info output See merge request
!2
parents
52c417c4
9fc3f952
Pipeline
#771
passed with stage
in 1 minute and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
scripts/deploy.sh
scripts/deploy.sh
+3
-2
No files found.
scripts/deploy.sh
View file @
cf2cf651
...
...
@@ -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
Markdown
is supported
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