diff options
| author | mo khan <mo.khan@gmail.com> | 2020-05-27 12:55:57 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-05-27 12:55:57 -0600 |
| commit | b9624ddf2bad63315cd2763755978df9a82c471f (patch) | |
| tree | 430e4bec3cc8153f8d93bafbe5c64169c65b3d97 | |
| parent | 51fe482eb69a9e7f453e8b6975f2110af825d3b8 (diff) | |
Ensure recipe name matcheslicense-scanning
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8a649be..2e9caf2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ upload_package: stage: build script: - conan remote add gitlab https://gitlab.com/api/v4/packages/conan - - mkdir -p pkg && cd pkg && conan new example/0.1 -t && conan create . && conan upload example/0.1@xlgmokha+c-conan/beta --all + - mkdir -p pkg && cd pkg && conan new example/0.1@xlgmokha+c-conan/beta -t && conan create . && conan upload example/0.1@xlgmokha+c-conan/beta --all license_scanning: variables: |
