Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Michael Black
OpenXG-RAN
Commits
c3d01306
Commit
c3d01306
authored
Dec 14, 2022
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: fix type in cluster build script
parent
a97dfedb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ci-scripts/cls_cluster.py
ci-scripts/cls_cluster.py
+1
-1
No files found.
ci-scripts/cls_cluster.py
View file @
c3d01306
...
...
@@ -70,7 +70,7 @@ class Cluster:
regres2
=
re
.
search
(
r"/etc/pki/entitlement/[0-9]+-key.pem"
,
sshSession
.
getBefore
())
if
regres1
is
None
or
regres2
is
None
:
logging
.
error
(
"could not find entitlements"
)
return
f
alse
return
F
alse
file1
=
regres1
.
group
(
0
)
file2
=
regres2
.
group
(
0
)
sshSession
.
command
(
f'oc create secret generic etc-pki-entitlement --from-file
{
file1
}
--from-file
{
file2
}
'
,
'\$'
,
5
)
...
...
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