Skip to content

Commit

Permalink
Merge pull request #1700 from tulibraries/qa
Browse files Browse the repository at this point in the history
Update master with latest qa changes.
  • Loading branch information
sensei100 authored Feb 26, 2020
2 parents 0396bc4 + 1f0616c commit b89ecb1
Show file tree
Hide file tree
Showing 83 changed files with 589 additions and 3,023 deletions.
22 changes: 13 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,23 @@ jobs:
steps:
- checkout
- run:
name: Set up local Solr.
command: SOLR_VERSION=6.6.1 bash .circleci/setup_solr.sh
- run:
name: Set ruby version to 2.6.5
name: Install Docker Compose
command: |
rvm install 2.6.5
echo . $(rvm 2.6.5 do rvm env --path) >> $BASH_ENV
curl -L https://github.com/docker/compose/releases/download/1.24.1/docker-compose-`uname -s`-`uname -m` > ~/docker-compose
chmod +x ~/docker-compose
sudo mv ~/docker-compose /usr/local/bin/docker-compose
- run:
name: Build app
command: NODE_VERSION=v12.13.0 bash .circleci/build.sh
command: make up
- run:
name: Run linter
command: make lint
- run:
name: Run ruby tests
command: make test
- run:
name: Run tests
command: bash .circleci/test.sh
name: Run javascript tests
command: make test-js

qa_deploy:
docker:
Expand Down
28 changes: 0 additions & 28 deletions .circleci/setup_solr.sh

This file was deleted.

12 changes: 0 additions & 12 deletions .circleci/test.sh

This file was deleted.

2 changes: 1 addition & 1 deletion .docker/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.4.1 as production
FROM ruby:2.6.5-stretch as production
RUN \
wget -qO- https://deb.nodesource.com/setup_9.x | bash - && \
wget -qO- https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
Expand Down
3 changes: 0 additions & 3 deletions .docker/solr/Dockerfile

This file was deleted.

16 changes: 0 additions & 16 deletions .docker/sp/Dockerfile

This file was deleted.

67 changes: 0 additions & 67 deletions .docker/sp/etc-apache2-sites-enabled/sp.conf

This file was deleted.

19 changes: 0 additions & 19 deletions .docker/sp/etc-apache2-ssl/ca.crt

This file was deleted.

16 changes: 0 additions & 16 deletions .docker/sp/etc-apache2-ssl/ca.csr

This file was deleted.

27 changes: 0 additions & 27 deletions .docker/sp/etc-apache2-ssl/ca.key

This file was deleted.

31 changes: 0 additions & 31 deletions .docker/sp/etc-shibboleth/accessError.html

This file was deleted.

50 changes: 0 additions & 50 deletions .docker/sp/etc-shibboleth/attrChecker.html

This file was deleted.

Loading

0 comments on commit b89ecb1

Please sign in to comment.