Skip to content

Commit

Permalink
Merge pull request #80 from jvanderaa/update_ci_release
Browse files Browse the repository at this point in the history
Adds ansible-galaxy collection build
  • Loading branch information
jvanderaa authored Sep 7, 2021
2 parents d9e7929 + 20022d6 commit 2ca1eae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ jobs:
before_script:
- pip install ansible-core
script:
- ansible-galaxy collection build
- ansible-galaxy collection publish $TRAVIS_BUILD_DIR/$COLLECTION_NAMESPACE-$COLLECTION_NAME-$COLLECTION_VERSION.tar.gz --api-key="$GALAXY_API_TOKEN"

0 comments on commit 2ca1eae

Please sign in to comment.