Skip to content

Commit 6a622e5

Browse files
authored
Merge pull request #1 from rahulbourai/create_ado_pipelines-patch-1
Fixed Issues which prevented the creation of pipeline folders
2 parents c1e26e4 + 28d45aa commit 6a622e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.azuredevops/scripts/create_ado_pipelines.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repo_name=$1
22
project_name=$2
3-
path_to_infrastructure_pipelines=infrastructure/pipelines
3+
path_to_infrastructure_pipelines=infrastructure/devops-pipelines
44
path_to_mlops_pipelines=mlops/devops-pipelines
55

66
cd $repo_name
@@ -9,11 +9,11 @@ az pipelines folder create \
99
--path $repo_name \
1010
--project $project_name
1111

12-
az pipelines folder create
12+
az pipelines folder create \
1313
--path $repo_name/infrastructure \
1414
--project $project_name
1515

16-
az pipelines folder create
16+
az pipelines folder create \
1717
--path $repo_name/mlops \
1818
--project $project_name
1919

0 commit comments

Comments
 (0)