Skip to content

Commit 1b94ca4

Browse files
cleanup duplicate task in azure pipeline
1 parent 2284a5b commit 1b94ca4

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -87,17 +87,6 @@ steps:
8787

8888
- script: dir $(Build.SourcesDirectory)/code-examples-php-private
8989

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-
10190
- script: |
10291
echo "Checking for running Docker containers..."
10392
containers=$(docker ps -q)

0 commit comments

Comments
 (0)