Skip to content
Snippets Groups Projects
Commit c6b56096 authored by ismail's avatar ismail
Browse files

CI: fix on directory

parent 5648a65d
No related branches found
Tags MIGRATION_OK_20210716_VERSION_L
No related merge requests found
......@@ -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}"
}
......
......@@ -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 = ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment