File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,8 @@ jobs:
134134 # if: ${{ matrix.build == 'starter_linux64_gf' }}
135135
136136 code-analysis :
137+ # We execute after all builds (in // with QA)
138+ needs : build
137139 if : ${{ github.repository_owner == 'OpenRadioss' }}
138140
139141 # DEV ONLY # runs-on: ["build","dev_devci"]
@@ -146,7 +148,7 @@ jobs:
146148 password : ${{secrets.DOCKER_REGISTRY_PASSWD}}
147149 volumes :
148150 - /etc/localtime:/etc/localtime:ro
149- options : --pull always
151+ # options: --pull always
150152
151153 env :
152154 BUILD_NB_THREAD : 2
@@ -185,10 +187,6 @@ jobs:
185187 echo "========================================="
186188 cat /home/adminqa/.bashrc
187189 echo "========================================="
188- gcc -v
189- cd scripts/gcc_plugin
190- sh build.sh
191- ls -l
192190 cd -
193191
194192 # - name: Running build
You can’t perform that action at this time.
0 commit comments