Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve minor issues with satellite template #2

Merged
merged 2 commits into from Aug 26, 2020
Merged

Conversation

alexm118
Copy link
Contributor

@alexm118 alexm118 commented Aug 25, 2020

Couple bugs with our current satellite template.

It runs on every commit pushed and all PR's so the tests run twice, now it will only run on commits to main/master.
It doesn't properly map tox-env to the python version, so updating the keys so they match.
It currently fails with tox, as it needs tags as part of our cfpb-setup, so now it clones the repo with all tags.

Comment on lines +30 to +31
with:
fetch-depth: 0

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change was necessary due to a change in checkout@v2 that defaults to shallow cloning with no tags. I have opened a feature request issue to ask for the option to shallow clone but also pull down tags.

@alexm118 alexm118 merged commit adda27c into main Aug 26, 2020
@alexm118 alexm118 deleted the fix-satellite-ci branch August 26, 2020 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants