Browse Source

SONAR-14330 add ITs for Gitlab monorepo MR decoration

tags/8.7.0.41497
Pierre 3 years ago
parent
commit
3b1b0eb5cd
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      .cirrus.yml

+ 4
- 0
.cirrus.yml View File

@@ -246,6 +246,10 @@ qa_gitlab_task:
token_read = User.find_by_username('root').personal_access_tokens.create(scopes: [:read_api], name: 'token_read');
token_read.set_token('token-read-123');
token_read.save!;
user = User.find_by_username('root');
user.password = 'adminadmin';
user.password_confirmation = 'adminadmin';
user.save!;
\""
env:
# No need to clone the full history.

Loading…
Cancel
Save