Skip to content

Commit 6119b4b

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/manual-integ.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ 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 remove -y docker-compose-plugin
24-
pip install docker-compose==1.29.2
23+
sudo apt-get remove -y docker-compose-plugin
24+
sudo pip install docker-compose==1.29.2
2525
docker --version
2626
docker-compose --version
2727
- name: Check out repository code

0 commit comments

Comments
 (0)