From 9902865540e1d8e1b989af2ea67ddef3f84008bb Mon Sep 17 00:00:00 2001 From: Kyle Rush Date: Fri, 10 Nov 2023 13:14:36 -0800 Subject: [PATCH] Change location of scenarios that will be deployed in docker image. Scenarios will now be deployed from co-simulation/bundle/src/assembly/scenarios rather than from sample_scenarios.zip --- docker/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/install.sh b/docker/install.sh index ac042ca3..8c91f93a 100755 --- a/docker/install.sh +++ b/docker/install.sh @@ -106,7 +106,7 @@ cp bundle-22.1-SNAPSHOT.jar /opt/carma-simulation # Deploy scenario files cd /home/carma/src/co-simulation -unzip sample_scenario.zip -d /opt/carma-simulation/scenarios +unzip bundle/target/bundle-*.jar 'scenarios/*' -d /opt/carma-simulation/scenarios # Install NS-3 cd "/opt/carma-simulation/bin/fed/ns3/"