Skip to content

Commit

Permalink
Removed forced-recreate option.
Browse files Browse the repository at this point in the history
Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
  • Loading branch information
naveensrinivasan committed Oct 22, 2022
1 parent 4688274 commit d4bb45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/e2e-test.sh
Expand Up @@ -22,7 +22,7 @@ echo "installing gocovmerge"
make gocovmerge
docker kill $(docker ps -q) || true
echo "starting services"
docker-compose -f docker-compose.yml -f docker-compose.test.yml up -d --force-recreate --build
docker-compose -f docker-compose.yml -f docker-compose.test.yml up -d --build

echo "building CLI and server"
# set the path to the root of the repo
Expand Down

0 comments on commit d4bb45e

Please sign in to comment.