Change-Id: Ie30e86a11ac143cd3fb995c921ea3dbb7a0357a5
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
sh """
export OSM_USE_LOCAL_DEVOPS=true
export PATH=$PATH:/snap/bin
- installers/full_install_osm.sh -y -s ${stackName} --test --nolxd --nodocker --nojuju --nohostports --nohostclient --uninstall
+ installers/full_install_osm.sh -y -w /tmp/osm -t ${stackName} -s ${stackName} --test --nolxd --nodocker --nojuju --nohostports --nohostclient --uninstall
"""
}
export PATH=$PATH:/snap/bin
installers/full_install_osm.sh -y -s ${container_name} --test --nolxd --nodocker --nojuju --nohostports --nohostclient \
--nodockerbuild -t ${container_name} \
+ -w /tmp/osm
${commit_id} \
${repo_distro} \
${repo_base_url} \