Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
europdx
k8s
cbio-on-demand
Kubernetes-Docker
Commits
c41e2979
Commit
c41e2979
authored
Aug 20, 2019
by
Ľuboslav Pivarč
Browse files
add hello & fixed regex
parent
198ae725
Pipeline
#22512
passed with stages
in 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
yaml/bash.sh
View file @
c41e2979
#!/bin/bash
echo
"Hi I am here"
cd
yaml
for
i
in
*
;
do
sed
-i
"s^^
${
NAMESPACE
}
^"
$i
sed
-i
"s^
__NAMESPACE__
^
${
NAMESPACE
}
^"
$i
done
Write
Preview
Supports
Markdown
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