Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7f99701

Browse files
committed
Add .ci/run hook for concourse
1 parent 496fa49 commit 7f99701

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.ci/run

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/sh
2+
#
3+
# Universal CI hook
4+
#
5+
6+
set -e
7+
8+
./.ci/build_and_test_world

0 commit comments

Comments
 (0)