Skip to content

Commit

Permalink
fix(ci): fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Raphael Defosseux <raphael.defosseux@openairinterface.org>
  • Loading branch information
rdefosse committed Apr 27, 2022
1 parent e9a2893 commit b32d530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci-scripts/JenkinsFile-OAI-Container-GitHub
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ pipeline {
// On the daily master build, we are doing from scratch
sh('docker build --no-cache --target magma-mme --tag magma-mme:' + u18_image_tag + ' --file ' + u18_docker_file + u18_options + ' . > archives/build_magma_mme.log 2>&1')
sh('wget --quiet https://raw.githubusercontent.com/' + trustedGHuser + '/magma/' + trustedBranch + '/ci-scripts/flatten_image.py -O ci-scripts/ci-flatten_image.py')
sh('python3 ./ci-scripts/ci-flatten_image.py --tag magma-mme:' + u18_image_tag')
sh('python3 ./ci-scripts/ci-flatten_image.py --tag magma-mme:' + u18_image_tag)
sh('docker image prune --force > /dev/null 2>&1')
sh('docker image ls >> archives/build_magma_mme.log')
}
Expand Down Expand Up @@ -310,7 +310,7 @@ pipeline {
// On the daily master build, we are doing from scratch
sh('sudo podman build --no-cache --target magma-mme --tag magma-mme:' + rhel8_image_tag + ' --file ' + rhel8_docker_file + rhel8_options + ' . > archives/build_magma_mme_rhel8.log 2>&1')
sh('wget --quiet https://raw.githubusercontent.com/' + trustedGHuser + '/magma/' + trustedBranch + '/ci-scripts/flatten_image.py -O ci-scripts/ci-flatten_image.py')
sh('python3 ./ci-scripts/ci-flatten_image.py --tag magma-mme:' + u18_image_tag')
sh('python3 ./ci-scripts/ci-flatten_image.py --tag magma-mme:' + u18_image_tag)
sh('sudo podman image prune --force > /dev/null 2>&1')
sh('sudo podman image ls >> archives/build_magma_mme_rhel8.log')
}
Expand Down

0 comments on commit b32d530

Please sign in to comment.