File tree Expand file tree Collapse file tree 9 files changed +207
-0
lines changed Expand file tree Collapse file tree 9 files changed +207
-0
lines changed Original file line number Diff line number Diff line change
1
+ bash " 1_build.sh"
2
+ if [[ $? -ne 0 ]]; then
3
+ echo " Error: Build failed"
4
+ exit 1
5
+ fi
6
+
7
+ bash " 2_start.sh"
8
+ if [[ $? -ne 0 ]]; then
9
+ echo " Error: Start failed"
10
+ exit 1
11
+ fi
12
+
13
+ bash " 3_test.sh"
14
+ if [[ $? -ne 0 ]]; then
15
+ echo " Error: Test failed"
16
+ exit 1
17
+ fi
18
+
19
+ bash " 4_stop.sh"
20
+ if [[ $? -ne 0 ]]; then
21
+ echo " Error: Stop failed"
22
+ exit 1
23
+ fi
Original file line number Diff line number Diff line change
1
+ bash " 1_build.sh"
2
+ if [[ $? -ne 0 ]]; then
3
+ echo " Error: Build failed"
4
+ exit 1
5
+ fi
6
+
7
+ bash " 2_start.sh"
8
+ if [[ $? -ne 0 ]]; then
9
+ echo " Error: Start failed"
10
+ exit 1
11
+ fi
12
+
13
+ bash " 3_test.sh"
14
+ if [[ $? -ne 0 ]]; then
15
+ echo " Error: Test failed"
16
+ exit 1
17
+ fi
18
+
19
+ bash " 4_stop.sh"
20
+ if [[ $? -ne 0 ]]; then
21
+ echo " Error: Stop failed"
22
+ exit 1
23
+ fi
Original file line number Diff line number Diff line change
1
+ bash " 1_build.sh"
2
+ if [[ $? -ne 0 ]]; then
3
+ echo " Error: Build failed"
4
+ exit 1
5
+ fi
6
+
7
+ bash " 2_start.sh"
8
+ if [[ $? -ne 0 ]]; then
9
+ echo " Error: Start failed"
10
+ exit 1
11
+ fi
12
+
13
+ bash " 3_test.sh"
14
+ if [[ $? -ne 0 ]]; then
15
+ echo " Error: Test failed"
16
+ exit 1
17
+ fi
18
+
19
+ bash " 4_stop.sh"
20
+ if [[ $? -ne 0 ]]; then
21
+ echo " Error: Stop failed"
22
+ exit 1
23
+ fi
Original file line number Diff line number Diff line change
1
+ bash " 1_build.sh"
2
+ if [[ $? -ne 0 ]]; then
3
+ echo " Error: Build failed"
4
+ exit 1
5
+ fi
6
+
7
+ bash " 2_start.sh"
8
+ if [[ $? -ne 0 ]]; then
9
+ echo " Error: Start failed"
10
+ exit 1
11
+ fi
12
+
13
+ bash " 3_test.sh"
14
+ if [[ $? -ne 0 ]]; then
15
+ echo " Error: Test failed"
16
+ exit 1
17
+ fi
18
+
19
+ bash " 4_stop.sh"
20
+ if [[ $? -ne 0 ]]; then
21
+ echo " Error: Stop failed"
22
+ exit 1
23
+ fi
Original file line number Diff line number Diff line change
1
+ bash " 1_build.sh"
2
+ if [[ $? -ne 0 ]]; then
3
+ echo " Error: Build failed"
4
+ exit 1
5
+ fi
6
+
7
+ bash " 2_start.sh"
8
+ if [[ $? -ne 0 ]]; then
9
+ echo " Error: Start failed"
10
+ exit 1
11
+ fi
12
+
13
+ bash " 3_test.sh"
14
+ if [[ $? -ne 0 ]]; then
15
+ echo " Error: Test failed"
16
+ exit 1
17
+ fi
18
+
19
+ bash " 4_stop.sh"
20
+ if [[ $? -ne 0 ]]; then
21
+ echo " Error: Stop failed"
22
+ exit 1
23
+ fi
Original file line number Diff line number Diff line change
1
+ bash " 1_build.sh"
2
+ if [[ $? -ne 0 ]]; then
3
+ echo " Error: Build failed"
4
+ exit 1
5
+ fi
6
+
7
+ bash " 2_start.sh"
8
+ if [[ $? -ne 0 ]]; then
9
+ echo " Error: Start failed"
10
+ exit 1
11
+ fi
12
+
13
+ bash " 3_test.sh"
14
+ if [[ $? -ne 0 ]]; then
15
+ echo " Error: Test failed"
16
+ exit 1
17
+ fi
18
+
19
+ bash " 4_stop.sh"
20
+ if [[ $? -ne 0 ]]; then
21
+ echo " Error: Stop failed"
22
+ exit 1
23
+ fi
Original file line number Diff line number Diff line change
1
+ bash " 1_build.sh"
2
+ if [[ $? -ne 0 ]]; then
3
+ echo " Error: Build failed"
4
+ exit 1
5
+ fi
6
+
7
+ bash " 2_start.sh"
8
+ if [[ $? -ne 0 ]]; then
9
+ echo " Error: Start failed"
10
+ exit 1
11
+ fi
12
+
13
+ bash " 3_test.sh"
14
+ if [[ $? -ne 0 ]]; then
15
+ echo " Error: Test failed"
16
+ exit 1
17
+ fi
18
+
19
+ bash " 4_stop.sh"
20
+ if [[ $? -ne 0 ]]; then
21
+ echo " Error: Stop failed"
22
+ exit 1
23
+ fi
Original file line number Diff line number Diff line change
1
+ bash " 1_build.sh"
2
+ if [[ $? -ne 0 ]]; then
3
+ echo " Error: Build failed"
4
+ exit 1
5
+ fi
6
+
7
+ bash " 2_start.sh"
8
+ if [[ $? -ne 0 ]]; then
9
+ echo " Error: Start failed"
10
+ exit 1
11
+ fi
12
+
13
+ bash " 3_test.sh"
14
+ if [[ $? -ne 0 ]]; then
15
+ echo " Error: Test failed"
16
+ exit 1
17
+ fi
18
+
19
+ bash " 4_stop.sh"
20
+ if [[ $? -ne 0 ]]; then
21
+ echo " Error: Stop failed"
22
+ exit 1
23
+ fi
Original file line number Diff line number Diff line change
1
+ bash " 1_build.sh"
2
+ if [[ $? -ne 0 ]]; then
3
+ echo " Error: Build failed"
4
+ exit 1
5
+ fi
6
+
7
+ bash " 2_start.sh"
8
+ if [[ $? -ne 0 ]]; then
9
+ echo " Error: Start failed"
10
+ exit 1
11
+ fi
12
+
13
+ bash " 3_test.sh"
14
+ if [[ $? -ne 0 ]]; then
15
+ echo " Error: Test failed"
16
+ exit 1
17
+ fi
18
+
19
+ bash " 4_stop.sh"
20
+ if [[ $? -ne 0 ]]; then
21
+ echo " Error: Stop failed"
22
+ exit 1
23
+ fi
You can’t perform that action at this time.
0 commit comments