Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
docs.it4i.cz
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
SCS
docs.it4i.cz
Commits
24c803ed
Commit
24c803ed
authored
Jan 12, 2017
by
David Hrbáč
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modified colors.sh script
parent
58981a49
Pipeline
#1361
failed with stages
in 31 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
colors.sh
colors.sh
+5
-5
No files found.
colors.sh
View file @
24c803ed
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
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
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment