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:
guoxudong
2022-06-14 07:35:00 +08:00
committed by GitHub
parent 5e6d68123a
commit 2d7d8c5b78
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ t.create('Pipeline status')
t.create('Pipeline status (nested groups)')
.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({
label: 'build',

View File

@@ -7,7 +7,7 @@ t.create('Tag (latest by date)')
.expectBadge({ label: 'tag', message: 'v2.0.0', color: 'blue' })
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' })
t.create('Tag (project id latest by date)')