Skip to content

Commit

Permalink
skip windows linter
Browse files Browse the repository at this point in the history
  • Loading branch information
YoannGh committed Nov 28, 2024
1 parent 89250ca commit 6bee75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/source_test/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
-e CI_PROJECT_NAME=${CI_PROJECT_NAME}
-e PY_RUNTIMES="$PYTHON_RUNTIMES"
-e GOMODCACHE="c:\modcache"
registry.ddbuild.io/ci/datadog-agent-buildimages/windows_1809_${ARCH}${Env:DATADOG_AGENT_WINBUILDIMAGES_SUFFIX}:$Env:DATADOG_AGENT_WINBUILDIMAGES c:\mnt\tasks\winbuildscripts\lint.bat
registry.ddbuild.io/ci/datadog-agent-buildimages/windows_1809_${ARCH}${Env:DATADOG_AGENT_WINBUILDIMAGES_SUFFIX}:${Env:DATADOG_AGENT_WINBUILDIMAGES} c:\mnt\tasks\winbuildscripts\unittests.bat
- If ($lastExitCode -ne "0") { throw "Previous command returned $lastExitCode" }

tests_windows-x64:
Expand Down

0 comments on commit 6bee75a

Please sign in to comment.