Skip to content
Snippets Groups Projects
Commit ac15bf85 authored by Andreas Herten's avatar Andreas Herten
Browse files

Add hash to gitlab CI

parent 0f463b30
No related branches found
No related tags found
No related merge requests found
Pipeline #68604 passed
...@@ -11,6 +11,7 @@ pages: ...@@ -11,6 +11,7 @@ pages:
- cp static-slides-bundle.tar.gz public/pandas-tutorial-slides-bundle.tar.gz - cp static-slides-bundle.tar.gz public/pandas-tutorial-slides-bundle.tar.gz
- git checkout -f pages - git checkout -f pages
- git reset --hard origin/pages - git reset --hard origin/pages
- sed -i "s/HASH/"`git rev-parse --short HEAD`"/" index.html
- cp index.html public/ - cp index.html public/
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment