Skip to content
Snippets Groups Projects
Commit 6b85ac3a authored by schmittu's avatar schmittu :beer:
Browse files

update_public.sh

parent bf1389fc
No related branches found
No related tags found
No related merge requests found
Pipeline #28457 passed
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# Distributed under terms of the MIT license. # Distributed under terms of the MIT license.
# #
TO_PUBLISH="environment.yml requirement*.txt environment_linux.yml environment_m1.yml environment_m1_m2.yml install_miniforge.sh LICENSE script/ README.md" TO_PUBLISH="environment.yml requirements_local.txt requirements_local_arm.txt LICENSE script/ README.md"
HERE=$(pwd) HERE=$(pwd)
...@@ -52,3 +52,6 @@ git add . ...@@ -52,3 +52,6 @@ git add .
git commit -a -m "update" git commit -a -m "update"
git push --force --set-upstream https://${TOKENNAME}:${TOKEN}@gitlab.ethz.ch/sis/courses_public/machinelearning-introduction-workshop.git public git push --force --set-upstream https://${TOKENNAME}:${TOKEN}@gitlab.ethz.ch/sis/courses_public/machinelearning-introduction-workshop.git public
echo "files at $target"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment