Skip to content
This repository has been archived by the owner on Apr 26, 2019. It is now read-only.

Commit

Permalink
Merge pull request #7 from ibm-developer/fixTravis
Browse files Browse the repository at this point in the history
fix(build): Add line to prevent test file being modified when updating the version
  • Loading branch information
MarkNSweep committed Jan 9, 2018
2 parents bddf0d6 + 60e5437 commit 56a27da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prerelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ PKG_VER_NEXT=`node -e "console.log(require('./package.json').version);"`
echo "Creating git branch"
BRANCH="updateTo${PKG_VER_NEXT}"
git checkout -b $BRANCH
# prevent test file from being accidentally modified
git checkout -- npm/test/resources/fsprocessor/test-templates-badfile/filewithnoreadperms.txt
# this pull request through this branch will be needed to be reviewed as usual
git remote rm origin
git remote add origin $GITHUB_URL_SECURED
Expand Down

0 comments on commit 56a27da

Please sign in to comment.