We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9881755 commit a21e92bCopy full SHA for a21e92b
2 files changed
.env.dist
@@ -1,6 +1,4 @@
1
# ODTP COMPONENT VARIABLES
2
-## PARAMETERS
3
-output_id=
4
5
## SECRETS
6
GITHUB_USERNAME=
app/app.sh
@@ -22,7 +22,8 @@ git checkout 86bf7bdc631961ac05c976fc280e78d93d666d02
22
23
# A2B - Prepare datafolder
24
25
-ln -s /odtp/odtp-input/eqasim-matsim-output/simulation_output/${output_id}_legs.csv /odtp/odtp-workdir/OD_data_dashboard/data/origin-destination.csv
+rm /odtp/odtp-workdir/OD_data_dashboard/data/origin-destination.csv
26
+ln -s /odtp/odtp-input/eqasim-matsim-output/simulation_output/eqasim_legs.csv /odtp/odtp-workdir/OD_data_dashboard/data/origin-destination.csv
27
28
29
#########################################################
0 commit comments