File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 6
6
check-code :
7
7
stage : check
8
8
script :
9
- - " gitlab_wait.sh"
10
9
- " ecr_login"
11
10
- " ecr_pull vm_base_intel latest"
12
11
- " ci_docker_run \" vm_base_intel:latest\" \" bc-java\" \" /workspace/bc-java/ci/check_java.sh\" "
@@ -26,7 +25,6 @@ ant-build:
26
25
stage : build
27
26
needs : [ "check-code" ]
28
27
script :
29
- - " gitlab_wait.sh"
30
28
- " ecr_login"
31
29
- " ecr_pull vm_base_intel latest"
32
30
- " ci_docker_run \" vm_base_intel:latest\" \" bc-java\" \" /workspace/bc-java/ci/build_1_8.sh\" "
@@ -36,7 +34,6 @@ test-code-8:
36
34
stage : test
37
35
needs : [ "check-code" ]
38
36
script :
39
- - " gitlab_wait.sh"
40
37
- " ecr_login"
41
38
- " ecr_pull vm_base_intel latest"
42
39
- " ci_docker_run \" vm_base_intel:latest\" \" bc-java\" \" /workspace/bc-java/ci/test_8.sh\" "
@@ -57,7 +54,6 @@ test-code-11:
57
54
stage : test
58
55
needs : [ "check-code" ]
59
56
script :
60
- - " gitlab_wait.sh"
61
57
- " ecr_login"
62
58
- " ecr_pull vm_base_intel latest"
63
59
- " ci_docker_run \" vm_base_intel:latest\" \" bc-java\" \" /workspace/bc-java/ci/test_11.sh\" "
@@ -79,7 +75,6 @@ test-code-17:
79
75
stage : test
80
76
needs : [ "check-code" ]
81
77
script :
82
- - " gitlab_wait.sh"
83
78
- " ecr_login"
84
79
- " ecr_pull vm_base_intel latest"
85
80
- " ci_docker_run \" vm_base_intel:latest\" \" bc-java\" \" /workspace/bc-java/ci/test_17.sh\" "
@@ -101,7 +96,6 @@ test-code-21:
101
96
stage : test
102
97
needs : [ "check-code" ]
103
98
script :
104
- - " gitlab_wait.sh"
105
99
- " ecr_login"
106
100
- " ecr_pull vm_base_intel latest"
107
101
- " ci_docker_run \" vm_base_intel:latest\" \" bc-java\" \" /workspace/bc-java/ci/test_21.sh\" "
You can’t perform that action at this time.
0 commit comments