Skip to content
Snippets Groups Projects
Commit c60350b1 authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

modified: colors.sh

parent b24ccc89
No related branches found
No related tags found
No related merge requests found
Pipeline #25835 failed
......@@ -2,13 +2,10 @@
for i in {"red","pink","purple","deep purple","indigo","blue","light blue","cyan","teal","green","light green","lime","yellow","amber","orange","deep orange","brown","grey","blue grey"}
do
echo "Setting color to: $i, ${i/ /_}, color_${i/ /_}"
#git checkout -b color_${i/ /_}
git checkout color_${i/ /_}
#rm -fr "/home/hrb33/Dokumenty/dev/it4i/docs.it4i.git/.git/rebase-apply"
git pull --rebase origin colors
git pull --rebase
sed -ri "s/(primary: ').*'/\1$i'/" mkdocs.yml
#git cherry-pick bd8e358
git commit -am "Setting color to: $i"
git push --set-upstream origin color_${i/ /_}
git checkout colors
......
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