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

install tar, zip in container

parent c1435d83
No related branches found
No related tags found
No related merge requests found
Pipeline #68680 failed
......@@ -6,6 +6,7 @@ pages:
stage: deploy
script:
- mkdir public
- apk --update add tar zip
- tar czf public/pandas-tutorial-tasks.tar.gz --transform 's,^,pandas-tutorial-tasks/,' Introduction-to-Pandas--tasks.ipynb Introduction-to-Pandas--solution.ipynb data-lost.json data-nest.csv
- cp public/pandas-tutorial-tasks.tar.gz .
- tar xf pandas-tutorial-tasks.tar.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment