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 7cd01b0 commit 6119b4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual-integ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ 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 remove -y docker-compose-plugin
pip install docker-compose==1.29.2
sudo apt-get remove -y docker-compose-plugin
sudo pip install docker-compose==1.29.2
docker --version
docker-compose --version
- name: Check out repository code
Expand Down

0 comments on commit 6119b4b

Please sign in to comment.