Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #936 from Hakuyume/fix-stable-check
Browse files Browse the repository at this point in the history
Fix stable check
  • Loading branch information
yuyu2172 committed Nov 12, 2019
2 parents 04b28a8 + 68896dc commit b9355fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pfnci/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ TEMP=$(mktemp -d)
mount -t tmpfs tmpfs ${TEMP}/ -o size=100%

get_local_version() {
git merge-base --is-ancestor v6 HEAD && LOCAL_VERSION=stable
git merge-base --is-ancestor master HEAD && LOCAL_VERSION=master
git merge-base --is-ancestor origin/v6 HEAD && LOCAL_VERSION=stable || true
git merge-base --is-ancestor master HEAD && LOCAL_VERSION=master || true
}

REPOSITORY=${REPOSITORY:-chainercv}
Expand Down

0 comments on commit b9355fa

Please sign in to comment.