-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.2.01: Fixes on Travis commit and testing 0.2 increment
- Loading branch information
Release Bot
committed
Mar 21, 2018
1 parent
6c3580d
commit 3bfac66
Showing
2 changed files
with
8 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ notifications: | |
after_success: | ||
- export GIT_TAG=build-$TRAVIS_BRANCH-$(date -u "+%Y-%m-%d")-$TRAVIS_BUILD_NUMBER | ||
- export TRAVIS_COMMIT_MSG="$(git log --format='%h - %B' --no-merges -n 1)" | ||
- echo -n $GIT_TAG > v0.1.$TRAVIS_BUILD_NUMBER | ||
- git commit -m "Set build VERSION number to v0.1."$TRAVIS_BUILD_NUMBER --allow-empty | ||
- echo -n $GIT_TAG > v0.2.$TRAVIS_BUILD_NUMBER | ||
- git commit -m "Set build VERSION number to v0.2."$TRAVIS_BUILD_NUMBER --allow-empty | ||
- git tag $GIT_TAG -a -m "Generated tag from TravisCI build $TRAVIS_BUILD_NUMBER" | ||
- git push --quiet https://[email protected]/reedia/dotfiles $GIT_TAG > /dev/null 2>&1 | ||
deploy: | ||
|
@@ -15,15 +15,13 @@ deploy: | |
keep-history: true | ||
api_key: | ||
secure: uTEGlCyxmVlq3xTYKdlRSttmhdXsGskn9gnBjbGUfzKd1V0h3Pg7AJ9AQixbJ5U2Yvg25QPEx3n3jmMCQowbAGqCRUe/C2nbo6AtugbqfDTKCq7b1BdQpM/tiX0/viyZDCLZ1kI/hI18DuiveSmi4XUMO2uKrId2/yJ2qk2kKLGq442HO6m/kPF867RqhNpbybgsy7l+7iEx7z5vLFYPYZybK7tc9I63XTrSHdyHGyCqEF0/PVqlPWSqeBlCasiQbK5BYvfmumfzpDffKMo1r4/SJH07hp3xt/IgUTZZ+6yA/MOUSZENgXWy44OU0RZam6PTHtJ+k6mOU4GTEghTwCeelmUpi1BNMQo2EcPBxaEP7UMUg154N6xAK2pRcVumfFuDFsztX7kUBIwJ/vVtYItByaw0fqOe+k3QBvLgYaBu07bgOcWy+bBJim0Rz8lIZkvpjhBipbFR6INCKK7DYKSIXOd1AUiEvOVxLs8R+Vc8VxU4lasTU5AYG/X75deGOcJNUX5gZMi0f/nMFbP1OPyNGWAHh4GZ4nHUUWNTrt9keM+1gVm+0nbo5Cj+M+L0Rr3yf7mlSmclL9cTE/kwYOl+7THT+t8DsuROoEymWrbP83eZ8JlJ7kingxhbA1hgfqUbPk+inC8y/al2BepbOw8OKiqp/MUOnZzzjFx5aAM= | ||
name: Dotfiles v0.1.$TRAVIS_BUILD_NUMBER | ||
name: Dotfiles v0.2.$TRAVIS_BUILD_NUMBER | ||
body: " | ||
<h3>Change Log:</h3> | ||
Release created on $(date +'%d/%m/%Y') at $(date +'%T') | ||
<br /> | ||
<em>A set of Mac OS X configuration files.</em> | ||
<br /> | ||
<strong>Designed to fit your web life.</strong> | ||
<br /> | ||
Description:\"$TRAVIS_COMMIT_MSG\"" | ||
<br /><br /> | ||
<em>A set of Mac OS X configuration files. Designed to fit your web life.</em> | ||
<br /><br /> | ||
<strong>Description:</strong> \"$TRAVIS_COMMIT_MSG\"" | ||
on: | ||
repo: reedia/dotfiles |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters