Skip to content

Commit

Permalink
fix docker-compose compability
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Aug 14, 2024
1 parent 906a94c commit ae57cde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven-cicd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -417,9 +417,9 @@ jobs:
run: |
echo "date=$(/bin/date -u "+%Y-%m")" >> $GITHUB_OUTPUT
touch /usr/bin/docker-compose
echo 'docker compose --compatibility "$@"' | tee /usr/bin/docker-compose
chmod +x /usr/bin/docker-compose
sudo touch /usr/bin/docker-compose
echo 'docker compose --compatibility "$@"' | sudo tee /usr/bin/docker-compose
sudo chmod +x /usr/bin/docker-compose
docker-compose version
Expand Down

0 comments on commit ae57cde

Please sign in to comment.