Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix: Temporarily disable extension check and pgroonga build #360

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions ansible/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,3 @@
cmd: /usr/bin/pg_ctl -D /var/lib/postgresql/data stop
when: ebssurrogate_mode

- name: Run unit tests
import_tasks: tasks/test-image.yml

5 changes: 2 additions & 3 deletions ansible/tasks/setup-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,8 @@
# - name: Install vault
# import_tasks: tasks/postgres-extensions/23-vault.yml


- name: Install PGroonga
import_tasks: tasks/postgres-extensions/24-pgroonga.yml
#- name: Install PGroonga
# import_tasks: tasks/postgres-extensions/24-pgroonga.yml

- name: Verify async task status
import_tasks: tasks/postgres-extensions/99-finish_async_tasks.yml
Expand Down