Skip to content

Commit

Permalink
newline
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Noël <[email protected]>
  • Loading branch information
philippemnoel authored Sep 9, 2024
1 parent d4aab97 commit 49221ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ spec:
- |
apk --no-cache add postgresql-client
DB_URI=$(echo $DB_URI | sed "s|/\*|/|" )
psql "$DB_URI" -c "CREATE TABLE mybadtable (id serial PRIMARY KEY);"
psql "$DB_URI" -c "CREATE TABLE mybadtable (id serial PRIMARY KEY);"

0 comments on commit 49221ee

Please sign in to comment.