Skip to content

Commit

Permalink
Merge branch 'master' into chore/cleanup_jenkins_docker_files
Browse files Browse the repository at this point in the history
  • Loading branch information
haraprasadj authored May 21, 2024
2 parents 172a01a + 6b0caad commit 2a1640f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen3/bin/reset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ sleep 30
#
for serviceName in $(gen3 db services); do
if [[ "$serviceName" != "peregrine" ]]; then # sheepdog and peregrine share the same db
if [[ "$serviceName" != "argo"]]; then
if [[ "$serviceName" != "argo" ]]; then
# --force will also drop connections to the database to ensure database gets dropped
gen3 db reset "$serviceName" --force
else
Expand Down

0 comments on commit 2a1640f

Please sign in to comment.