Skip to content

Commit

Permalink
docker tests: force local machine creation (#2636)
Browse files Browse the repository at this point in the history
This is required from 1.5.6 to overwrite the local credentials file
  • Loading branch information
mmetc authored Dec 5, 2023
1 parent 0f3ae64 commit 8bb7da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ if isfalse "$DISABLE_LOCAL_API"; then
# if the db is persistent but the credentials are not, we need to
# delete the old machine to generate new credentials
cscli machines delete "$CUSTOM_HOSTNAME" >/dev/null 2>&1 || true
cscli machines add "$CUSTOM_HOSTNAME" --auto
cscli machines add "$CUSTOM_HOSTNAME" --auto --force
fi
fi

Expand Down

0 comments on commit 8bb7da3

Please sign in to comment.