Skip to content

Commit

Permalink
Adapt migration job for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgruner committed Apr 26, 2024
1 parent 7dbe775 commit 7035a24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab/ci/test/migration.yml
Expand Up @@ -18,13 +18,13 @@
- git fetch --unshallow
- git checkout stable
- !reference [.scripts, source_rvm]
# - rvm use 3.1.3
- rvm use 3.2.3
- !reference [.scripts, bundle_install]
- !reference [.scripts, configure_environment]
- !reference [.scripts, zammad_db_init]
# Then, switch to the current commit, migrate to it and run a few selected tests.
- git checkout $CI_COMMIT_SHA
# - rvm use 3.2.4
- rvm use 3.2.4
- !reference [.scripts, bundle_install]
# Force redis usage, even if it was disabled by the initial configure_environment script of stable.
- export REDIS_URL=redis://redis
Expand Down

0 comments on commit 7035a24

Please sign in to comment.