diff --git a/README.md b/README.md index 5c7e666083bc40421291174a023e47e1459dc999..9c8ec1d3eae35c36773ea2f9d97ccd66856f27e3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ [](https://gitlab.iri.upc.edu/erio/birding/commits/master) +[](https://gitlab.iri.upc.edu/erio/birding/commits/master) + # Birding Django App -A toy project to showcase GitLab \ No newline at end of file +A toy project to showcase GitLab diff --git a/assure_postgres_user.sh b/assure_postgres_user.sh deleted file mode 100755 index 92406222fcb3a916d2f336e8d926d387e4d4ebe4..0000000000000000000000000000000000000000 --- a/assure_postgres_user.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env bash -export PGPASSWORD=${POSTGRES_PASSWORD} -psql --host fogerty.upc.es \ - --user ${POSTGRES_USER} \ - --dbname ${POSTGRES_DB} \ - --command "CREATE USER postgres SUPERUSER;" \ - || echo "User postgres not created" - -exit 0