Skip to content

Commit

Permalink
Test for docker compose55
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 3f6d81c commit 670c76e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ commands:
echo Marcel922 ${PR_REPO} + ${PR}
echo Marcel352 ${PR_USERNAME}
url="https://api.github.com/repos/${PR_USERNAME}/${PR_REPO}/pulls/${PR}"
#echo $(curl "$url" | jq '.base.ref' | tr -d '"')
echo Marcel643 $url
echo $(curl "$url")
echo $(curl "$url" | jq '.base.ref' | tr -d '"')
#echo Marcel643 $url
#echo $(curl "$url")
echo Marcel822 ${target_branch}
fi
if [ ! "$CIRCLE_BRANCH" = "master" ]; then
Expand Down

0 comments on commit 670c76e

Please sign in to comment.