Removed cron, renamed some steps, debugging version.sh
This commit is contained in:
parent
69df95f74a
commit
9949ba87cd
2 changed files with 9 additions and 11 deletions
|
@ -5,6 +5,8 @@ SHA_DATE=$(git show -s --format=%ci $STABLE_SHA)
|
|||
COMMITSINCESTABLE=$(git rev-list $STABLE_SHA..HEAD --count --since="$SHA_DATE")
|
||||
CURRENT_VERSION=$(node -p -e "require('./package.json').version")
|
||||
|
||||
echo "Commits since stable: $COMMITSINCESTABLE"
|
||||
|
||||
# Make the version number
|
||||
if [[ $CIRCLE_BRANCH == "stable" || $GITHUB_REF_NAME == "stable" ]]; then
|
||||
echo "This is a stable branch. Setting stable version."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue