We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86fdf1c commit 2f27e45Copy full SHA for 2f27e45
1 file changed
.github/workflows/build.yml
@@ -167,7 +167,9 @@ jobs:
167
- name: Run static tests
168
run: |
169
docker run --rm -t -v $(pwd)/RIOT:/data/riotbuild \
170
- -e CI_BASE_BRANCH=${{ env.RIOT_BRANCH }} ${{ env.DOCKER_REGISTRY }}/riotbuild:latest \
+ -e CI_BASE_BRANCH=${{ env.RIOT_BRANCH }} \
171
+ -e ENABLE_DOCKER_PINNING_TEST=0 \
172
+ ${{ env.DOCKER_REGISTRY }}/riotbuild:latest \
173
./dist/tools/ci/static_tests.sh
174
175
- name: Build murdock worker
0 commit comments