Merge pull request #1 from rahulbourai/create_ado_pipelines-patch-1

Fixed Issues which prevented the creation of pipeline folders
This commit is contained in:
Rahul Bourai 2024-09-12 21:35:35 +05:30 коммит произвёл GitHub
Родитель c1e26e432e 28d45aa35d
Коммит 6a622e585e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1,6 +1,6 @@
repo_name=$1
project_name=$2
path_to_infrastructure_pipelines=infrastructure/pipelines
path_to_infrastructure_pipelines=infrastructure/devops-pipelines
path_to_mlops_pipelines=mlops/devops-pipelines
cd $repo_name
@ -9,11 +9,11 @@ az pipelines folder create \
--path $repo_name \
--project $project_name
az pipelines folder create
az pipelines folder create \
--path $repo_name/infrastructure \
--project $project_name
az pipelines folder create
az pipelines folder create \
--path $repo_name/mlops \
--project $project_name