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 2284a5b commit 1b94ca4Copy full SHA for 1b94ca4
azure-pipelines.yml
@@ -87,17 +87,6 @@ steps:
87
88
- script: dir $(Build.SourcesDirectory)/code-examples-php-private
89
90
-- script: |
91
- echo "Checking for running Docker containers..."
92
- containers=$(docker ps -q)
93
- if [ ! -z "$containers" ]; then
94
- echo "Stopping running Docker containers..."
95
- docker stop $(docker ps -q)
96
- else
97
- echo "No Docker containers are running."
98
- fi
99
- displayName: "check for running containers"
100
-
101
- script: |
102
echo "Checking for running Docker containers..."
103
containers=$(docker ps -q)
0 commit comments