Skip to content
Snippets Groups Projects
Commit a2b7252c authored by Stan Hu's avatar Stan Hu Committed by Regis
Browse files

Merge branch 'sh-fix-failing-rc1-backup-spec' into 'master'

Fix failing backup filename spec for RCs

See merge request !11318
parent 14da1aa5
No related branches found
No related tags found
1 merge request!12258Update Prometheus Merge Request Metrics page
Pipeline #
Loading
Loading
@@ -352,7 +352,7 @@ describe 'gitlab:app namespace rake task' do
end
 
it 'name has human readable time' do
expect(@backup_tar).to match(/\d+_\d{4}_\d{2}_\d{2}_\d+\.\d+\.\d+(-pre)?_gitlab_backup.tar$/)
expect(@backup_tar).to match(/\d+_\d{4}_\d{2}_\d{2}_\d+\.\d+\.\d+(-pre|-rc\d+)?_gitlab_backup.tar$/)
end
end
end # gitlab:app namespace
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