fix: repair and unify subcommand help outputs

This commit is contained in:
Rainer Killinger
2020-03-02 15:05:33 +01:00
parent e18858fc58
commit 4ae968ff0f
4 changed files with 151 additions and 104 deletions

View File

@@ -90,3 +90,25 @@ docker:
only:
- /^v[0-9]+\.[0-9]+\.[0-9]+$/
branch:
image: registry.gitlab.com/openstapps/projectmanagement/builder:latest
stage: publish
dependencies:
- build
artifacts:
untracked: true
variables:
DOCKER_DRIVER: overlay2
services:
- docker:dind
script:
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.gitlab.com
- docker build -t registry.gitlab.com/openstapps/api/cli:$CI_COMMIT_REF_NAME .
- docker push registry.gitlab.com/openstapps/api/cli:$CI_COMMIT_REF_NAME
except:
- /(^v[0-9]+\.[0-9]+\.[0-9]+$|^master$|^develop$)/
only:
- branches
when: manual
tags:
- docker