Commit bf6940ae authored by Raphael Defosseux's avatar Raphael Defosseux

CI: little typos

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent e67d570e
...@@ -133,7 +133,7 @@ pipeline { ...@@ -133,7 +133,7 @@ pipeline {
sh "./ci-scripts/doGitLabMerge.sh --src-branch ${env.gitlabSourceBranch} --src-commit ${env.gitlabMergeRequestLastCommit} --target-branch ${env.gitlabTargetBranch} --target-commit ${GIT_COMMIT}" sh "./ci-scripts/doGitLabMerge.sh --src-branch ${env.gitlabSourceBranch} --src-commit ${env.gitlabMergeRequestLastCommit} --target-branch ${env.gitlabTargetBranch} --target-commit ${GIT_COMMIT}"
sh "sleep 10" sh "sleep 10"
amf_tag = "ci-tmp" amf_tag = "ci-tmp"
rhel_amf_tag = 'ci-temp-pr-' + env.gitlabMergeRequestId + '-' + shortenShaOne rhel_amf_tag = 'ci-tmp-pr-' + env.gitlabMergeRequestIid + '-' + shortenShaOne
amf_branch = env.gitlabSourceBranch amf_branch = env.gitlabSourceBranch
echo "MR TAG is ${rhel_amf_tag}" echo "MR TAG is ${rhel_amf_tag}"
} else { } else {
...@@ -400,7 +400,7 @@ pipeline { ...@@ -400,7 +400,7 @@ pipeline {
} }
try { try {
if ("MERGE".equals(env.gitlabActionType)) { if ("MERGE".equals(env.gitlabActionType)) {
myShCmd('sudo podman image rm oai-amf:ci-temp', rem_rhel_host_flag, rem_rhel_host_user, rem_rhel_host) myShCmd('sudo podman image rm oai-amf:ci-tmp', rem_rhel_host_flag, rem_rhel_host_user, rem_rhel_host)
} }
} catch (Exception e) { } catch (Exception e) {
echo "We failed to delete the OAI-AMF temp image" echo "We failed to delete the OAI-AMF temp image"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment