Skip to content

Commit

Permalink
Remove use of gemset variable
Browse files Browse the repository at this point in the history
  • Loading branch information
zjhuntin committed May 22, 2024
1 parent 5aac980 commit 3b0f1fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions theforeman.org/scripts/test/test_develop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ bundle exec rake rubocop

# Database environment
(
sed "s/^test:/development:/; s/database:.*/database: ${gemset}-dev/" $HOME/postgresql.db.yaml
sed "s/^test:/development:/; s/database:.*/database: dev/" $HOME/postgresql.db.yaml
echo
sed "s/^test:/production:/; s/database:.*/database: ${gemset}-prod/" $HOME/postgresql.db.yaml
sed "s/^test:/production:/; s/database:.*/database: prod/" $HOME/postgresql.db.yaml
echo
sed "s/database:.*/database: ${gemset}-test/" $HOME/postgresql.db.yaml
sed "s/database:.*/database: test/" $HOME/postgresql.db.yaml
) > $APP_ROOT/config/database.yml

# we need to install node modules for integration tests
Expand Down

0 comments on commit 3b0f1fb

Please sign in to comment.