Skip to content

Commit

Permalink
Revert "Update Masterbranch before Demo (#375)" (#376)
Browse files Browse the repository at this point in the history
This reverts commit d69bf25.
  • Loading branch information
bdaase committed Feb 6, 2019
1 parent d69bf25 commit d085819
Show file tree
Hide file tree
Showing 124 changed files with 952 additions and 3,058 deletions.
8 changes: 1 addition & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,4 @@ coverage
# Ignore locks
.lock*

config/credentials.yml.enc

# Ignore environment variables
/config/environment_variables.yml

# Ignore Puppetscript folder
/private
config/credentials.yml.enc
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,3 @@ script:
after_success:
# https://docs.travis-ci.com/user/environment-variables/#default-environment-variables
- curl --data "commit=$TRAVIS_COMMIT" --data "branch=$TRAVIS_BRANCH" --data "eventtype=$TRAVIS_EVENT_TYPE" http://hart-deploy.epic-hpi.de/

env:
- GIT_REPOSITORY_URL=test_repository_url GIT_REPOSITORY_NAME=test_repository_name GITHUB_USER_NAME=test_user_name GITHUB_USER_EMAIL=test_user_email
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ gem 'omniauth_openid_connect'
# Allow locks on database
gem 'with_advisory_lock'

# Ruby Git
gem 'git'

# Mina for deployment
# Have a look in the tutorial:
# https://github.com/lnikell/wiki/wiki/Deploy-rails-application-with-Mina,-Nginx-and-Puma
Expand Down
Loading

0 comments on commit d085819

Please sign in to comment.