Removed needless catch
This commit is contained in:
@@ -9,11 +9,6 @@ generate_readme_job:
|
|||||||
image: python:3.10
|
image: python:3.10
|
||||||
script:
|
script:
|
||||||
- pip install --upgrade pip
|
- pip install --upgrade pip
|
||||||
- |
|
|
||||||
if [[ $(git log -1 --pretty=%B) == "Auto-updated README" ]]; then
|
|
||||||
echo "Skipping job for automated commit."
|
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
- git checkout main
|
- git checkout main
|
||||||
- git status
|
- git status
|
||||||
- python scripts/generate_readme.py
|
- python scripts/generate_readme.py
|
||||||
|
|||||||
Reference in New Issue
Block a user