Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
community
docker
Commits
5286cabf
Commit
5286cabf
authored
Jun 21, 2019
by
Dmitrii Scurtu
Browse files
added env variable to postgis/postgis.sh
parent
35fe08a2
Pipeline
#15574
failed with stage
in 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
postgis/postgis.sh
View file @
5286cabf
...
...
@@ -3,8 +3,9 @@
set
-e
export
PGUSER
=
"
$POSTGRES_USER
"
export
PGDATABASE
=
"
$POSTGRES_DB
"
psql
<<-
EOSQL
CREATE EXTENSION IF NOT EXISTS postgis;
CREATE EXTENSION IF NOT EXISTS postgis_topology;
EOSQL
\ No newline at end of file
EOSQL
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment