Skip to content

Commit

Permalink
Merge pull request #9 from paulRbr/bump-version
Browse files Browse the repository at this point in the history
bump: to version 0.12.0
  • Loading branch information
paulRbr authored Apr 1, 2018
2 parents d111f40 + 7d322b6 commit c7db112
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------
# ANSIBLE-MAKEFILE v0.11.0
# ANSIBLE-MAKEFILE v0.12.0
# Run ansible commands with ease
# ------------------
#
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.0
0.12.0
6 changes: 5 additions & 1 deletion ansible-make
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#!/usr/bin/env bash

# ------------------
# ANSIBLE-MAKEFILE v0.12.0
# Run ansible commands with ease
# ------------------
#
make -f /opt/ansible/Makefile $@
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ diff <(echo "$readme_help") <(echo "$make_help") || (printf "\033[31mFAILED!\033
printf "\033[32mOK\033[0m\n"

echo "Checking version..."
[ "$(git grep $(cat VERSION) | wc -l)" -eq 2 ] || (printf "\033[31mFAILED!\033[0m\n" && exit 1)
[ "$(git grep $(cat VERSION) | wc -l)" -eq 3 ] || (printf "\033[31mFAILED!\033[0m\n" && exit 1)
printf "\033[32mOK\033[0m\n"

0 comments on commit c7db112

Please sign in to comment.