Skip to content
Snippets Groups Projects
Commit 614960a9 authored by Giovanne Marcelo's avatar Giovanne Marcelo
Browse files

add nodejs package to ci

parent 3a58489d
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ before_script:
- apt-get install default-jre postgresql-client -y
- apt-get remove --purge --auto-remove redis-server -y
- apt-get install redis-server -y
- apt-get install nodejs -y
# official way to provide password to psql: http://www.postgresql.org/docs/9.3/static/libpq-envars.html
- export PGPASSWORD=$POSTGRES_PASSWORD
- psql -h "postgres" -U "$POSTGRES_USER" -d "$POSTGRES_DB" -c "SELECT 'OK' AS status;"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment