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

Commit

Permalink
Update auto.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom authored Apr 13, 2018
1 parent adba407 commit a5ff80e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis/auto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
# - git-semver python package (pip install git-semver)

# Some basic variables
GIT_MAIL="paulfantom@gmail.com"
GIT_USER="paulfantom"
GIT_MAIL="cloudalchemybot@gmail.com"
GIT_USER="cloudalchemybot"
ORGANIZATION=$(echo "$TRAVIS_REPO_SLUG" | awk -F '/' '{print $1}')
PROJECT=$(echo "$TRAVIS_REPO_SLUG" | awk -F '/' '{print $2}')
GALAXY_URL="https://galaxy.ansible.com/${ORGANIZATION}/${PROJECT#ansible-}"
Expand Down

0 comments on commit a5ff80e

Please sign in to comment.