Skip to content
Snippets Groups Projects
Commit 0c256884 authored by Georgiy Eterevskiy's avatar Georgiy Eterevskiy
Browse files

Rename steps names

parent b63b246f
No related branches found
No related tags found
1 merge request!16Обновлены зависимости, добавлен pipeline для сборки production версии пакета
...@@ -9,7 +9,7 @@ trigger: ...@@ -9,7 +9,7 @@ trigger:
- master - master
steps: steps:
- name: upload-python-client - name: Upload to pypi
image: python:3.8-alpine image: python:3.8-alpine
environment: environment:
PYPI_REPO: PYPI_REPO:
...@@ -30,7 +30,7 @@ trigger: ...@@ -30,7 +30,7 @@ trigger:
- refs/tags/v* - refs/tags/v*
steps: steps:
- name: upload-python-client - name: Upload to pypi
image: python:3.8-alpine image: python:3.8-alpine
environment: environment:
PYPI_REPO: PYPI_REPO:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment