Skip to content

Commit 87bdd37

Browse files
authored
docs: remove empty Azure DevOps Docker task (#25523)
### Description Removes the empty `Docker@2` step from the Azure DevOps example in the Docker Scout generic CLI integration guide. The following script already passes the documented Docker Scout credentials into the Scout CLI container, so the standalone task line has no inputs and would fail if copied as-is. Fixes #25084. ### Validation - `git diff --check` - `npx markdownlint-cli content/manuals/scout/integrations/environment/cli.md` `./scripts/lint.sh content/manuals/scout/integrations/environment/cli.md` also ran markdownlint clean, then stopped because `vale` is not installed in this local environment.
1 parent 97cee42 commit 87bdd37

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • content/manuals/scout/integrations/environment

content/manuals/scout/integrations/environment/cli.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ stages:
9898
pool:
9999
vmImage: ubuntu-latest
100100
steps:
101-
- task: Docker@2
102101
- script: docker run -it \
103102
-e DOCKER_SCOUT_HUB_USER=$DOCKER_SCOUT_HUB_USER \
104103
-e DOCKER_SCOUT_HUB_PASSWORD=$DOCKER_SCOUT_HUB_PASSWORD \

0 commit comments

Comments
 (0)