Skip to content
Snippets Groups Projects
Commit f9412b38 authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Randomize test database

parent dc51460c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2,6 +2,7 @@ v7.14.0 (unreleased)
- Truncate commit messages after subject line in table
- Adjust CI config to support Docker executors
- Added Application Settings
- Randomize test database for CI tests
 
v7.13.1
- Fix: user could steal specific runner
Loading
Loading
Loading
Loading
@@ -18,4 +18,5 @@ else
cp config/database.yml.mysql config/database.yml
sed -i "s/username\:.*$/username\: runner/" config/database.yml
sed -i "s/password\:.*$/password\: 'password'/" config/database.yml
sed -i "s/gitlab_ci_test/gitlab_ci_test_$((RANDOM/5000))/" config/database.yml
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment