Skip to content

Commit

Permalink
Name things better
Browse files Browse the repository at this point in the history
  • Loading branch information
jillr committed Feb 27, 2020
1 parent 047a2f4 commit 5d6cf78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/utils/shippable/check_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
def main(): # type: () -> None
"""Main entry point."""
repo_full_name = os.environ['REPO_FULL_NAME']
required_repo_full_name = 'ansible-community/ansible_collections_amazon'
required_repo_full_name = 'ansible-collections/amazon-core/

if repo_full_name != required_repo_full_name:
sys.stderr.write('Skipping matrix check on repo "%s" which is not "%s".\n' % (repo_full_name, required_repo_full_name))
Expand Down

0 comments on commit 5d6cf78

Please sign in to comment.