Skip to content

Commit

Permalink
Change location of scenarios that will be deployed in docker image.
Browse files Browse the repository at this point in the history
Scenarios will now be deployed from co-simulation/bundle/src/assembly/scenarios rather than from sample_scenarios.zip
  • Loading branch information
kjrush committed Nov 10, 2023
1 parent 36ec887 commit 9902865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit 9902865

Please sign in to comment.