Parallel map fue una mala idea~

This commit is contained in:
Daniel Cortes
2020-06-08 04:07:07 -04:00
parent d46c2f61ca
commit a3b4479579
3 changed files with 12 additions and 22 deletions

View File

@@ -13,9 +13,6 @@ pip install -r requirements.txt -r requirements-dev.txt
LINT_RESULT=$?
STASHES=$(git stash list)
if [[ $STASHES == "$STASH_NAME" ]]; then
git stash pop -q
fi
git stash pop -q
exit $LINT_RESULT