Skip to content

Commit

Permalink
build registry (#69)
Browse files Browse the repository at this point in the history
* build registry from hard-coded branch

* Revert "Merge pull request #67 from internetee/dependabot/npm_and_yarn/webpack-5.50.0"

This reverts commit 9587e48, reversing
changes made to 573e41f.

* move faker to default gem group
  • Loading branch information
keijoraamat authored Aug 19, 2021
1 parent ea70f47 commit 96aea9c
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 313 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
- name: Clone registry project
run: |
git clone https://github.com/internetee/registry.git
cd registry
git checkout implement-api-endpoint-for-login-info
- name: Build registry image
env:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ gem 'jbuilder', '~> 2.7'
# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.4.4', require: false
gem 'devise'
gem 'faker'
gem 'rails_admin', '~> 2.2'
gem 'cancancan'
gem 'rexml', '~> 3.2', '>= 3.2.4'
Expand Down Expand Up @@ -60,7 +61,6 @@ group :test do
gem 'capybara', '>= 3.26'
gem 'selenium-webdriver'
# Easy installation and use of web drivers to run system tests with browsers
gem 'faker'
gem 'simplecov', '0.17.1', require: false # CC last supported v0.17
gem 'webdrivers'
gem 'rails-controller-testing'
Expand Down
Loading

0 comments on commit 96aea9c

Please sign in to comment.