Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
linuxsupport
rpms
HEP_OSlibs
Commits
eadc79fa
Commit
eadc79fa
authored
Oct 21, 2017
by
Andrea Valassi
Browse files
Fix CI script to remove a trailing space
parent
b1e71233
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci-redhat.sh
View file @
eadc79fa
...
...
@@ -114,7 +114,7 @@ if [ "${brn}" == "el6" ] || [ "${brn}" == "el7" ]; then
# Keep track of the O/S where dependency lists were determined
red
=
README-dependencies.md
echo
"Dependency lists for the 64-bit meta-rpm were determined by installing it on a system running:"
>
./
${
red
}
echo
"- *
$(
cat
/etc/redhat-release
)
*"
>>
./
${
red
}
echo
"- *
$(
cat
/etc/redhat-release
|
sed
-e
's/[[:space:]]*$//'
)
*"
>>
./
${
red
}
# Upload all artifacts
mkdir
build
...
...
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