Skip to content

Commit

Permalink
Test for docker compose44
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Wagner <[email protected]>
  • Loading branch information
wagmarcel committed Apr 6, 2019
1 parent bcc5dbb commit 8a31c3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ commands:
url="https://api.github.com/repos/Open-IoT-Service-Platform/$CIRCLE_PROJECT_REPONAME/pulls/$CIRCLE_PR_NUMBER?access_token=$GITHUB_TOKEN"
target_branch=$(curl "$url" | ./jq '.base.ref' | tr -d '"')
echo Marcel822 ${target_branch}
if [ "$CIRCLE_BRANCH" = "develop" ]; then
if [ ! "$CIRCLE_BRANCH" = "master" ]; then
git branch --set-upstream-to=origin/${CIRCLE_BRANCH} ${CIRCLE_BRANCH}
fi
if [ "$CIRCLE_BRANCH" = "develop"]; then
make update
fi
build-branch:
Expand Down

0 comments on commit 8a31c3f

Please sign in to comment.