Skip to content

Commit

Permalink
This script doesn't seem to run with those bash options, not sure which
Browse files Browse the repository at this point in the history
one is doing it, and I can't reproduce the problem outside of GHA
  • Loading branch information
jeremyestein committed Dec 13, 2023
1 parent 53adabd commit 75ffc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres/pixl-db_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

set -euxo pipefail
set -u

psql -U "${POSTGRES_USER}" -tc "SELECT 1 FROM pg_database WHERE datname = '${PIXL_DB_NAME}'" |\
grep -q 1 | \
Expand Down

0 comments on commit 75ffc1f

Please sign in to comment.