diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-10 00:08:22 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-10 00:08:22 +0000 |
commit | 77edae8f143c25536a7539abb2be6935ebb2fddc (patch) | |
tree | bd16c20a2b74e2a18f15faaabc827c4c9741eafb /lib/tasks/contracts/pipelines.rake | |
parent | 21a5ef21750a02e4536077833400158de7e4ff95 (diff) | |
download | gitlab-ce-77edae8f143c25536a7539abb2be6935ebb2fddc.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/tasks/contracts/pipelines.rake')
-rw-r--r-- | lib/tasks/contracts/pipelines.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/contracts/pipelines.rake b/lib/tasks/contracts/pipelines.rake index 13c973f1358..08e0a8b0319 100644 --- a/lib/tasks/contracts/pipelines.rake +++ b/lib/tasks/contracts/pipelines.rake @@ -47,7 +47,7 @@ namespace :contracts do end desc 'Run all pipeline contract tests' - task 'test:pipelines', :contract_pipelines do |_t, arg| + task 'test:pipelines', :contract_pipelines do |_t| errors = %w[ create_a_new_pipeline get_list_project_pipelines |