Skip to content

Commit

Permalink
Enforce docker-compose to use the v1 version in IT
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon committed Aug 2, 2024
1 parent 67e65dc commit 7cd01b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-integ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
echo "which uses 'docker compose' command to replace 'docker-compose'"
echo "this would cause issues in our test validation so we enforce v1 here"
echo "https://github.com/actions/runner-images/commit/2a4bc14da46f1f8e358aa902a69edb9bef135472"
apt-get uninstall -y docker-compose-plugin
apt-get remove -y docker-compose-plugin
pip install docker-compose==1.29.2
docker --version
docker-compose --version
Expand Down

0 comments on commit 7cd01b0

Please sign in to comment.