Skip to content

Commit

Permalink
Merge pull request #105 from 4dn-dcic/remove_snowflakes
Browse files Browse the repository at this point in the history
Remove snowflakes
  • Loading branch information
carlvitzthum authored Oct 17, 2019
2 parents 83aad22 + f418268 commit d15c129
Show file tree
Hide file tree
Showing 353 changed files with 1,560 additions and 41,477 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
/session-secret.b64
/dist/
/build/
/src/snowflakes/static/css/bootstrap.css
/src/snowflakes/static/css/responsive.css
/src/snowflakes/static/css/style.css
/src/snowflakes/static/scss/_variables.original.scss

*.DS_Store
*.egg-info
Expand Down
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ cache:
pip: true
directories:
- eggs
- .npm
- ~/.npm
- node_modules
addons:
apt:
packages:
Expand Down Expand Up @@ -59,18 +56,21 @@ notifications:
before_install:
- postgres --version
- initdb --version
- nvm install 10
- node --version
- npm config set python /usr/bin/python2.7
install:
# need to manually change the version of six used by Travis for some reason
- pip uninstall -y six
- pip install six==1.11.0
- python bootstrap.py --buildout-version 2.9.5 --setuptools-version 37.0.0
- bin/buildout -c || (echo "Retrying buildout" && bin/buildout )
- bin/buildout
- pip install pytest==2.9.1
- pip install coveralls
- pip install codacy-coverage
script:
- if test -n "$UNIT"; then bin/test -v -v --timeout=400 --aws-auth --cov src/snovault --es search-fourfront-builds-uhevxdzfcv7mkm5pj5svcri3aq.us-east-1.es.amazonaws.com:80;
- |
if test -n "$UNIT"; then bin/test -v -v --timeout=400 --aws-auth --cov src/snovault --es search-fourfront-builds-uhevxdzfcv7mkm5pj5svcri3aq.us-east-1.es.amazonaws.com:80;
fi
- |
if [[ $TRAVIS_BRANCH == 'master' ]]; then
echo 'Triggering docs build'
curl -X POST -d "branches=master" -d "token=$DOCS_TOKEN" https://readthedocs.org/api/v2/webhook/snovault/99596/
fi
4 changes: 0 additions & 4 deletions CHANGES.rst

This file was deleted.

227 changes: 0 additions & 227 deletions Gruntfile.js

This file was deleted.

2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
clean:
rm -rf node_modules eggs parts bin develop-eggs
rm -rf src/*.egg-info
rm -rf .sass-cache
rm -rf src/snowflakes/static/css
Loading

0 comments on commit d15c129

Please sign in to comment.