Skip to content

Commit 3eb4a0d

Browse files
Adjust collection script to automatically update
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).
1 parent 2640554 commit 3eb4a0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

collector/collect.sh

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ export RUST_LOG=collector=trace,collector::sysroot=debug
1010
export PATH="/home/collector/.cargo/bin:$PATH"
1111

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

1517
touch todo-artifacts

0 commit comments

Comments
 (0)