Skip to content

Commit

Permalink
[muzi] update permissions ✊
Browse files Browse the repository at this point in the history
  • Loading branch information
zulucoda committed Aug 15, 2018
1 parent 3fd7901 commit f58d0a4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions travis-ci-git-commit.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ function travis-branch-commit() {
err "failed to get $TRAVIS_BRANCH reference"
return 1
fi
#if [[ $head_ref != $branch_ref ]]; then
# msg "HEAD ref ($head_ref) does not match $TRAVIS_BRANCH ref ($branch_ref)"
# msg "someone may have pushed new commits before this build cloned the repo"
# return 0
#fi
if [[ $head_ref != $branch_ref ]]; then
msg "HEAD ref ($head_ref) does not match $TRAVIS_BRANCH ref ($branch_ref)"
msg "someone may have pushed new commits before this build cloned the repo"
return 0
fi
if ! git checkout "$TRAVIS_BRANCH"; then
err "failed to checkout $TRAVIS_BRANCH"
return 1
Expand Down

0 comments on commit f58d0a4

Please sign in to comment.