Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
Chanage configure_git function name in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbrouse committed Jul 3, 2017
1 parent de717f7 commit cc40be1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ timestamp() {
echo $(date +%b\ %d\ %T) $*
}

setup_git() {
configure_git() {
timestamp Setting up git config...
git config --global push.default matching
git config --global user.email "[email protected]"
Expand All @@ -14,7 +14,7 @@ setup_git() {
}

update_ice_version() {
timestamp Updating Dockerfile and commiting...
timestamp Updating Dockerfile and committing...
sed -i "/ENV\ ICE_VERSION/c\ENV\ ICE_VERSION\ $NEW_VERSION" ice/Dockerfile
git commit ice/Dockerfile -m "Updated Ice version to $NEW_VERSION"
}
Expand All @@ -33,7 +33,7 @@ create_new_tag() {
git push --tags
}

setup_git
configure_git
update_ice_version
update_master
create_new_tag

0 comments on commit cc40be1

Please sign in to comment.