Skip to content

Commit

Permalink
Merge pull request #42 from MetaboHUB-MetaToul-FluxoMet/40-influxdb-t…
Browse files Browse the repository at this point in the history
…emplate

Add InfluxDB Template for preconfigured dashboard
  • Loading branch information
elliotfontaine authored Jul 9, 2024
2 parents e90df9e + b166419 commit 09ea059
Show file tree
Hide file tree
Showing 3 changed files with 587 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/deployment/autoinstall-workflow-runs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ function install_workflows {
[ ! -f "${dir}INSTALLED" ] &&
[ ! -f "${dir}INSTALL_FAILED" ]; then
echo "Run to be installed: $(basename ${dir})"
sudo --login --user=${USER} cylc install ${WORKFLOW_NAME} -r $(basename ${dir}) && touch ${dir}INSTALLED || touch ${dir}INSTALL_FAILED
sudo --login --user=${USER} bash -c "cylc install ${WORKFLOW_NAME} -r $(basename ${dir}) && touch ${dir}INSTALLED || touch ${dir}INSTALL_FAILED"

fi
done
}
Expand Down
Loading

0 comments on commit 09ea059

Please sign in to comment.