Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs.it4i.cz
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
docs.it4i.cz
Commits
c60350b1
Commit
c60350b1
authored
3 years ago
by
Lukáš Krupčík
Browse files
Options
Downloads
Patches
Plain Diff
modified: colors.sh
parent
b24ccc89
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#25835
failed
3 years ago
Stage: test
Stage: build
Stage: deploy
Stage: after_test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/colors.sh
+0
-3
0 additions, 3 deletions
scripts/colors.sh
with
0 additions
and
3 deletions
scripts/colors.sh
+
0
−
3
View file @
c60350b1
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment