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: cache lock file not deleted in an abnormal state, resulting in other tasks not blocking #488

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hudeng-go
Copy link

No description provided.

self.fetch_submodules()
# git specific: after switching to desired revision its necessary to
# update
# submodules since they depend on the actual version of the selected

Choose a reason for hiding this comment

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

line too long (80 > 79 characters)

# submodules since they depend on the actual version of the selected
# revision
self.fetch_submodules()
# git specific: after switching to desired revision its necessary to

Choose a reason for hiding this comment

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

line too long (80 > 79 characters)

if not os.path.isdir(self.clone_dir):
# initial clone
logging.debug(
"[fetch_upstream] Initial checkout/clone to directory: '%s'",

Choose a reason for hiding this comment

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

line too long (81 > 79 characters)

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.

2 participants