Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
V
View All Posts Pages
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
WP Plugins
View All Posts Pages
Commits
f8db155c
Commit
f8db155c
authored
Apr 13, 2019
by
Erick Hitter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix CI variable
parent
b3abdad6
Pipeline
#759
passed with stages
in 3 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
bin/deploy.sh
bin/deploy.sh
+2
-2
No files found.
bin/deploy.sh
View file @
f8db155c
...
...
@@ -119,8 +119,8 @@ svn cp "trunk" "tags/$PLUGIN_VERSION"
svn status
# Stop here unless this is a merge into master.
if
[[
-z
"
$CI_
MERGE_REQUEST_TARGET_BRANCH_NAME
"
||
"
$CI_MERGE_REQUEST_TARGET_BRANCH
_NAME
"
!=
"master"
]]
;
then
echo
"𝘅︎ EXITING before commit step as this is the '
${
CI_
MERGE_REQUEST_TARGET_BRANCH
_NAME
}
' branch, not the 'master' branch."
1>&2
if
[[
-z
"
$CI_
COMMIT_REF_NAME
"
||
"
$CI_COMMIT_REF
_NAME
"
!=
"master"
]]
;
then
echo
"𝘅︎ EXITING before commit step as this is the '
${
CI_
COMMIT_REF
_NAME
}
' branch, not the 'master' branch."
1>&2
exit
0
fi
...
...
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