diff options
author | Pierre <pierre.guillot@sonarsource.com> | 2021-02-01 18:08:05 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-02-02 20:07:49 +0000 |
commit | 3b1b0eb5cd86bee338a998a7fabd7d3c4197fcc0 (patch) | |
tree | 71414b31e7578b3da13e2d1c9937527313303f36 /.cirrus.yml | |
parent | 5444298f34bd3db196eff1864df3dbf30176cbb5 (diff) | |
download | sonarqube-3b1b0eb5cd86bee338a998a7fabd7d3c4197fcc0.tar.gz sonarqube-3b1b0eb5cd86bee338a998a7fabd7d3c4197fcc0.zip |
SONAR-14330 add ITs for Gitlab monorepo MR decoration
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 0dcaae6eb5f..dece363cb3a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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. |