Skip to content

Commit

Permalink
Adjust collection script to automatically update
Browse files Browse the repository at this point in the history
This will auto-deploy changes to the repository in between runs, removing the
need for merges to be deployed manually (and in the easy-to-miss time between
runs, to avoid losing data from a run).
  • Loading branch information
Mark-Simulacrum committed Jul 17, 2020
1 parent 2640554 commit 3eb4a0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions collector/collect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ export RUST_LOG=collector=trace,collector::sysroot=debug
export PATH="/home/collector/.cargo/bin:$PATH"

while : ; do
# Update and rebuild the collector.
git pull
cargo +nightly build --release -p collector

touch todo-artifacts
Expand Down

0 comments on commit 3eb4a0d

Please sign in to comment.