Skip to content

Commit 5314231

Browse files
committed
Without option
1 parent 285d9b8 commit 5314231

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/developer_ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)