Skip to content
Snippets Groups Projects
Commit f19aaa6f authored by boyska's avatar boyska
Browse files

put debug info

parent 6305be75
Branches
Tags
No related merge requests found
Pipeline #84974 passed
...@@ -12,7 +12,8 @@ build: ...@@ -12,7 +12,8 @@ build:
- pip3 install -r requirements.txt - pip3 install -r requirements.txt
- pelican --version - pelican --version
- pelican ./content/ --ignore-cache -o public/ -s publishconf.py -v - pelican ./content/ --ignore-cache -o public/ -s publishconf.py -v
- ls public - echo -e "commit=${CI_COMMIT_SHA}\nbuildDate=$(date -Iseconds)\n" > public/buildinfo.txt
- find public -type f
artifacts: artifacts:
paths: paths:
- public - public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment