Skip to content
Snippets Groups Projects
Commit 3d0c34a7 authored by Mauricio Giacomini Girardello's avatar Mauricio Giacomini Girardello
Browse files

testing gitlab-ci

parent a3f98ec5
No related branches found
No related tags found
No related merge requests found
...@@ -16,9 +16,9 @@ connect: ...@@ -16,9 +16,9 @@ connect:
- psql -h "postgres" -U "$POSTGRES_USER" -d "$POSTGRES_DB" -c "SELECT 'OK' AS status;" - psql -h "postgres" -U "$POSTGRES_USER" -d "$POSTGRES_DB" -c "SELECT 'OK' AS status;"
before_script: #before_script:
# - apt-get update -y # - apt-get update -y
- apt-get install default-jre postgresql-client -y # - apt-get install default-jre postgresql-client -y
# - gem install bundler # - gem install bundler
# - bundle install --jobs $(nproc) --path=/cache/bundler # - bundle install --jobs $(nproc) --path=/cache/bundler
# - bundle exec rake db:create # - bundle exec rake db:create
......
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