Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Commit

Permalink
Problem: Ansible galaxy is not automatically importing pulp.pulp_rpm_…
Browse files Browse the repository at this point in the history
…prerequisites

Solution: Use the new instructions for a webhook, which replaces
previous instructions that the before-rename repo used.

https://galaxy.ansible.com/docs/contributing/importing.html?highlight=import#import-roles-via-travis-ci

fixes: #6112
  • Loading branch information
mikedep333 committed Feb 7, 2020
1 parent fe3aa36 commit 18b7348
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,7 @@ install:
- wget -qO- https://github.com/crazy-max/travis-wait-enhanced/releases/download/v1.0.0/travis-wait-enhanced_1.0.0_linux_x86_64.tar.gz | sudo tar -C /usr/local/bin -zxvf - travis-wait-enhanced
script:
- ./.ansible-pulp_tox.sh
notifications:
# Automatically import only the master branch to Galaxy
# https://galaxy.ansible.com/docs/contributing/importing.html?highlight=import#import-roles-via-travis-ci
webhooks: https://galaxy.ansible.com/api/v1/notifications/?branch=master

0 comments on commit 18b7348

Please sign in to comment.