Increased verbosity for debug
This commit is contained in:
@@ -19,6 +19,7 @@ generate_readme_job:
|
|||||||
- git diff --exit-code || export NEEDS_UPDATE="true"
|
- git diff --exit-code || export NEEDS_UPDATE="true"
|
||||||
- git config --global user.email "ci@gitlab.ms-ds.org"
|
- git config --global user.email "ci@gitlab.ms-ds.org"
|
||||||
- git config --global user.name "GitLab CI"
|
- git config --global user.name "GitLab CI"
|
||||||
|
- echo $NEEDS_UPDATE
|
||||||
- |
|
- |
|
||||||
if [ $NEEDS_UPDATE = "true" ]; then
|
if [ $NEEDS_UPDATE = "true" ]; then
|
||||||
git add README.md
|
git add README.md
|
||||||
|
|||||||
@@ -12,3 +12,5 @@ if __name__ == "__main__":
|
|||||||
with open("README.md", "wt", encoding="UTF-8") as f:
|
with open("README.md", "wt", encoding="UTF-8") as f:
|
||||||
f.write("# Schmökerei Icons\n\n")
|
f.write("# Schmökerei Icons\n\n")
|
||||||
f.write("\n".join(img_tags))
|
f.write("\n".join(img_tags))
|
||||||
|
|
||||||
|
print("done!")
|
||||||
|
|||||||
Reference in New Issue
Block a user