Skip to content

Commit 40bd767

Browse files
committed
fixed salt job
1 parent 1bf9135 commit 40bd767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

salt/patch_dashboard_001.sls

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
PATCH_COUNTRIES_Database:
77
cmd.run:
88
- name: >
9-
PGPASSWORD={{ POSTGRES_PASSWORD }} psql -U postgres -h {{ TETHYS_DB_HOST }} -d geoglows_dashboard_primary_db -c "DROP DATABASE countries;"
9+
PGPASSWORD={{ POSTGRES_PASSWORD }} psql -U postgres -h {{ TETHYS_DB_HOST }} -d geoglows_dashboard_primary_db -c "DROP TABLE countries;"
1010
- shell: /bin/bash
1111
- unless: /bin/bash -c "[ -f "{{ TETHYS_PERSIST }}/patch_001_geoglows_dashboard_complete" ];"
1212

0 commit comments

Comments
 (0)