We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1e26e4 + 28d45aa commit 6a622e5Copy full SHA for 6a622e5
.azuredevops/scripts/create_ado_pipelines.sh
@@ -1,6 +1,6 @@
1
repo_name=$1
2
project_name=$2
3
-path_to_infrastructure_pipelines=infrastructure/pipelines
+path_to_infrastructure_pipelines=infrastructure/devops-pipelines
4
path_to_mlops_pipelines=mlops/devops-pipelines
5
6
cd $repo_name
@@ -9,11 +9,11 @@ az pipelines folder create \
9
--path $repo_name \
10
--project $project_name
11
12
-az pipelines folder create
+az pipelines folder create \
13
--path $repo_name/infrastructure \
14
15
16
17
--path $repo_name/mlops \
18
19
0 commit comments