Skip to content

Commit 7cd01b0

Browse files
Enforce docker-compose to use the v1 version in IT
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
1 parent 67e65dc commit 7cd01b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manual-integ.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
echo "which uses 'docker compose' command to replace 'docker-compose'"
2121
echo "this would cause issues in our test validation so we enforce v1 here"
2222
echo "https://github.com/actions/runner-images/commit/2a4bc14da46f1f8e358aa902a69edb9bef135472"
23-
apt-get uninstall -y docker-compose-plugin
23+
apt-get remove -y docker-compose-plugin
2424
pip install docker-compose==1.29.2
2525
docker --version
2626
docker-compose --version

0 commit comments

Comments
 (0)