We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43ed7ac + 68e707d commit e054664Copy full SHA for e054664
.github/workflows/main.yml
@@ -85,7 +85,7 @@ jobs:
85
86
echo " "
87
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"
+ 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"
89
status=$?
90
if [ $status -ne 0 ]; then
91
echo "Error: influxdb ping status $status"
0 commit comments