Skip to content

Commit 0191c7c

Browse files
YuichiTanikanepottava
authored andcommitted
shellcheck をコメントアウト
1 parent 4070b5a commit 0191c7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cli-tools/postgres-backup/versions/9.6

cli-tools/postgres-backup/versions/9.6/backup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
echo "Creating dump of ${POSTGRES_DATABASE} @ ${POSTGRES_HOST}:${POSTGRES_PORT}"
55

66
export PGPASSWORD=$POSTGRES_PASSWORD
7-
shellcheck disable=SC2086
7+
# shellcheck disable=SC2086
88
pg_dump -h "${POSTGRES_HOST}" -p "${POSTGRES_PORT}" -U "${POSTGRES_USER}" \
99
$POSTGRES_EXTRA_OPTS "${POSTGRES_DATABASE}" | gzip > dump.sql.gz
1010

0 commit comments

Comments
 (0)