Skip to content

Commit

Permalink
Specify version in update command
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus Zanders committed Jul 20, 2023
1 parent 10a488e commit 965266a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/ci/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ setup_tests() {
fi

# create test database "app" and dump schema because db/structure.sql is not checked in
execute_quiet "time bundle exec rails db:migrate db:schema:dump zeitwerk:check webdrivers:chromedriver:update webdrivers:geckodriver:update"
execute_quiet "time bundle exec rails db:migrate db:schema:dump zeitwerk:check webdrivers:chromedriver:update[114.0.5735.90] webdrivers:geckodriver:update"
}

run_units() {
Expand Down
2 changes: 1 addition & 1 deletion script/ci/cache_prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ run() {
eval $2;
}

run "bundle exec rake db:create db:migrate webdrivers:chromedriver:update webdrivers:geckodriver:update"
run "bundle exec rake db:create db:migrate webdrivers:chromedriver:update[114.0.5735.90] webdrivers:geckodriver:update"

run "cd frontend; npm install ; cd -"

Expand Down

0 comments on commit 965266a

Please sign in to comment.