Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
cn5g
oai-cn5g-fed
Commits
c6b56096
Commit
c6b56096
authored
Jul 16, 2021
by
ismail
Browse files
CI: fix on directory
Signed-off-by:
ismail
<
mohammed.ismail@openairinterface.org
>
parent
5648a65d
Changes
2
Show whitespace changes
Inline
Side-by-side
ci-scripts/Jenkinsfile-GitLab-Helm
View file @
c6b56096
...
...
@@ -151,6 +151,7 @@ pipeline {
sh
"git clean -x -d -f > /dev/null 2>&1"
sh
"git fetch --prune > /dev/null 2>&1"
sh
'git checkout -f '
+
upstreamTagToUse
sh
'mkdir -p archives DS-TEST-RESULTS'
}
imageTags
=
"mysql:5.7.30,oai-nrf:${nrfTag},oai-amf:${amfTag},oai-smf:${smfTag},oai-spgwu-tiny:${spgwuTag}"
}
...
...
ci-scripts/helmDeploy.py
View file @
c6b56096
...
...
@@ -43,11 +43,6 @@ logging.basicConfig(
format
=
"[%(asctime)s] %(name)s:%(levelname)s: %(message)s"
)
logging
.
basicConfig
(
level
=
logging
.
DEBUG
,
format
=
"[%(asctime)s] %(name)s:%(levelname)s: %(message)s"
)
class
ClusterDeploy
:
def
__init__
(
self
):
self
.
OCUserName
=
""
...
...
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