Skip to content

Commit

Permalink
adjust rm command in integration script
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-j-abbott-accenture committed Jan 24, 2025
1 parent 8e20485 commit 8e432c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gh-action-integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DOCKER_COMPOSE_VERSION=1.29.2

app="$1"

sudo rm /usr/local/bin/docker-compose
sudo rm -f /usr/local/bin/docker-compose
curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
chmod +x docker-compose
sudo mv docker-compose /usr/local/bin
Expand Down

0 comments on commit 8e432c1

Please sign in to comment.