Update .drone.yml
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2025-05-09 20:59:50 +00:00
parent d8823fd71e
commit dfc9aefc6d

View File

@@ -14,7 +14,7 @@ steps:
path: /site path: /site
commands: commands:
- pip install -U -r ./requirements.txt - pip install -U -r ./requirements.txt
- echo "Kontrollerar att .git finns" # - echo "Kontrollerar att .git finns"
- ls -la .git || (echo "ERROR: .git saknas" && exit 1) - ls -la .git || (echo "ERROR: .git saknas" && exit 1)
- echo "Kontrollerar git-historik" - echo "Kontrollerar git-historik"
- git log -n 3 docs/index.md || (echo "Ingen historik" && exit 1) - git log -n 3 docs/index.md || (echo "Ingen historik" && exit 1)