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

fix: remove listing git tags in deploy #301

Merged
merged 1 commit into from
Sep 29, 2022
Merged

Conversation

gbockus-sf
Copy link
Contributor

What does this PR do?

Remove listing git tags from the deploy step of the build to avoid failing due to waiting for user input.

What issues does this PR fix or reference?

fix #299

Functionality Before

deploy time out

Functionality After

deploy success

@gbockus-sf gbockus-sf requested a review from a team as a code owner September 14, 2022 15:25
@@ -91,9 +91,6 @@ commands:
create-git-tag:
steps:
- run: *gh-config
- run:
name: Current git tags
command: git tag
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Same fix as in the templates repo. Basically this command hangs due to the number of tags being displayed. Just remove it.

@gbockus-sf gbockus-sf merged commit a902474 into main Sep 29, 2022
@gbockus-sf gbockus-sf deleted the gbockus/fixDeploy branch September 29, 2022 16:25
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.

Publish job fails with timeout error on git tag step
2 participants