Skip to content

Commit e054664

Browse files
authored
Merge pull request #20 from GRIDAPPSD/update-workflow-1
Update weather file in workflows
2 parents 43ed7ac + 68e707d commit e054664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
8686
echo " "
8787
echo "Importing data"
88-
docker exec -i $did /bin/bash -c "influx -import -path=/tmp/ghi_dhi_bulkload.txt -precision s; influx -import -path=/tmp/loadprofile_measurement_out.txt -precision s"
88+
docker exec -i $did /bin/bash -c "influx -import -path=/tmp/weather_import_file.txt -precision s; influx -import -path=/tmp/loadprofile_measurement_out.txt -precision s"
8989
status=$?
9090
if [ $status -ne 0 ]; then
9191
echo "Error: influxdb ping status $status"

0 commit comments

Comments
 (0)