ci-test/build.sh

7 lines
60 B
Bash
Raw Normal View History

2022-11-26 17:22:36 +00:00
#!/bin/sh
echo "done" >artifact.txt
2022-11-26 17:48:30 +00:00
2022-11-26 17:50:05 +00:00
# 10 seconds
sleep 10