Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions .bonnyci/run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
#!/bin/bash -xe

echo $BONNYCI_TEST_PIPELINE > $BONNYCI_TEST_LOG_DIR/pipeline
dmesg >$BONNYCI_TEST_LOG_DIR/dmesg
sleep 30
echo "True"

if [[ -e /tmp/reused ]]; then
echo "NODE REUSED"
cat /tmp/reused
exit 1
else
env | grep ZUUL >/tmp/reused
exit 0
fi
1 change: 1 addition & 0 deletions 5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5