fix(gitlab service test): fix gitlab pipeline & tag(nested group) service test, run [gitlabtag gitlabpipeline] (#8076)
* fix(gitlab service test): fix gitlab pipeline & tag(nested group) service test * rm .tool-verdions file
This commit is contained in:
@@ -15,7 +15,7 @@ t.create('Pipeline status')
|
|||||||
|
|
||||||
t.create('Pipeline status (nested groups)')
|
t.create('Pipeline status (nested groups)')
|
||||||
.get(
|
.get(
|
||||||
'/pipeline-status/megabyte-labs/dockerfile/ci-pipeline/ansible-lint.json?branch=master'
|
'/pipeline-status/megabyte-labs/docker/ci-pipeline/ansible.json?branch=master'
|
||||||
)
|
)
|
||||||
.expectBadge({
|
.expectBadge({
|
||||||
label: 'build',
|
label: 'build',
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ t.create('Tag (latest by date)')
|
|||||||
.expectBadge({ label: 'tag', message: 'v2.0.0', color: 'blue' })
|
.expectBadge({ label: 'tag', message: 'v2.0.0', color: 'blue' })
|
||||||
|
|
||||||
t.create('Tag (nested groups)')
|
t.create('Tag (nested groups)')
|
||||||
.get('/megabyte-labs/docker/ci-pipeline/ansible-lint.json')
|
.get('/megabyte-labs/docker/ci-pipeline/ansible.json')
|
||||||
.expectBadge({ label: 'tag', message: isSemver, color: 'blue' })
|
.expectBadge({ label: 'tag', message: isSemver, color: 'blue' })
|
||||||
|
|
||||||
t.create('Tag (project id latest by date)')
|
t.create('Tag (project id latest by date)')
|
||||||
|
|||||||
Reference in New Issue
Block a user