File tree Expand file tree Collapse file tree 10 files changed +10
-0
lines changed Expand file tree Collapse file tree 10 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -151,6 +151,7 @@ jobs:
151151 echo "Pull upstream $BRANCH"
152152 source ${{ github.workspace }}/../../../proxy
153153 bash ci/git_pull.sh $BRANCH
154+ git submodule update
154155 '
155156
156157 - name : Check bypass
Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ jobs:
128128 echo "Pull upstream $BRANCH"
129129 source ${{ github.workspace }}/../../../proxy
130130 bash ci/git_pull.sh $BRANCH
131+ git submodule update
131132 '
132133
133134 - name : Check bypass
Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ jobs:
136136 git checkout test
137137 echo "Pull upstream develop"
138138 bash ci/git_pull.sh $BRANCH
139+ git submodule update
139140 '
140141
141142 - name : Check bypass
Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ jobs:
136136 git checkout test
137137 echo "Pull upstream develop"
138138 bash ci/git_pull.sh $BRANCH
139+ git submodule update
139140 '
140141
141142 - name : Run build
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ jobs:
124124 git fetch upstream $BRANCH
125125 git checkout test
126126 git merge --no-edit $BRANCH
127+ git submodule update
127128 '
128129
129130 - name : Check bypass
Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ jobs:
141141 git checkout test
142142 echo "Pull upstream develop or target branch"
143143 git pull upstream $BRANCH --no-edit
144+ git submodule update
144145 '
145146
146147 - name : Run build
Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ jobs:
127127 git checkout test
128128 echo "Pull upstream develop or target branch"
129129 bash ci/git_pull.sh $BRANCH
130+ git submodule update
130131 '
131132
132133 - name : Run build
Original file line number Diff line number Diff line change @@ -157,6 +157,7 @@ jobs:
157157 git fetch upstream $BRANCH
158158 git checkout test
159159 git merge --no-edit $BRANCH
160+ git submodule update
160161 '
161162
162163 - name : Check bypass
Original file line number Diff line number Diff line change 7373 git fetch upstream $BRANCH
7474 git checkout test
7575 git merge --no-edit $BRANCH
76+ git submodule update
7677
7778 - name : Check bypass
7879 id : check-bypass
Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ jobs:
123123 git fetch upstream $BRANCH
124124 git checkout test
125125 git merge --no-edit $BRANCH
126+ git submodule update
126127 '
127128
128129 - name : Determine sot ci trigger
You can’t perform that action at this time.
0 commit comments