Skip to content

Commit

Permalink
Merge branch 'master' into use_direct_buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme authored Sep 27, 2020
2 parents 6c18d79 + d0987e5 commit f012549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ jobs:
name: "Go module integration test"
working_directory: test/gomod
command: |
test -z "$CIRCLE_PR_USERNAME" || (echo "Skip for PRs from forks" && exit 0)
test -z "$CIRCLE_PR_USERNAME" || { echo "Skip for PRs from forks"; exit 0; }
V=$CIRCLE_TAG
if [ -z $V ]; then
Expand Down

0 comments on commit f012549

Please sign in to comment.