Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
2060576e
Unverified
Commit
2060576e
authored
Oct 08, 2019
by
Francisco Massa
Committed by
GitHub
Oct 08, 2019
Browse files
Change approach for rebase to master (#1427)
parent
a141363f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
.circleci/config.yml
.circleci/config.yml
+1
-2
.circleci/config.yml.in
.circleci/config.yml.in
+1
-2
No files found.
.circleci/config.yml
View file @
2060576e
...
...
@@ -20,8 +20,7 @@ commands:
set -ex
BRANCH=$(git rev-parse --abbrev-ref HEAD)
if [[ "$BRANCH" != "master" ]]; then
git fetch --force origin ${CIRCLE_BRANCH}/merge:merged/${CIRCLE_BRANCH}
git checkout "merged/$CIRCLE_BRANCH"
git merge origin/master
fi
binary_common
:
&binary_common
...
...
.circleci/config.yml.in
View file @
2060576e
...
...
@@ -20,8 +20,7 @@ commands:
set -ex
BRANCH=$(git rev-parse --abbrev-ref HEAD)
if [[ "$BRANCH" != "master" ]]; then
git fetch --force origin ${CIRCLE_BRANCH}/merge:merged/${CIRCLE_BRANCH}
git checkout "merged/$CIRCLE_BRANCH"
git merge origin/master
fi
binary_common: &binary_common
...
...
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