Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Fasilkom UI Open Source Software
Kape
Commits
eb105321
Commit
eb105321
authored
Mar 05, 2017
by
Zamil Majdy
Browse files
#140382397 #5 Delete -d kape on first database connection
parent
7c90fcf5
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
eb105321
...
...
@@ -4,7 +4,7 @@ test:
-
apt-get update -qy
-
apt-get install -y python-dev python-pip sudo postgresql postgresql-client libpq-dev
-
service postgresql start
-
sudo -u postgres psql
-d kape
-
sudo -u postgres psql
-
CREATE USER kape WITH PASSWORD 'kape' CREATEDB;
-
CREATE DATABASE kape OWNER kape;
-
\q
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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