Skip to content

Commit 20bcb55

Browse files
committed
Update sychronizeFeatureBranch_pipeline.yml for Azure Pipelines
1 parent f738c6a commit 20bcb55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipelines/sychronizeFeatureBranch_pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ variables:
88
- group: webMethodsIO_group
99
- group: github_group
1010
- name: repoPath
11-
value: $(gitOrg)/$(repoName)
11+
value: $(gitOwner)/$(repoName)
1212

1313

1414
pool:
@@ -76,7 +76,7 @@ steps:
7676
7777
###### Exporting
7878
echo "Exporting asset ..."
79-
../self/pipelines/scripts/exportAsset.sh ${LOCAL_DEV_URL} $(admin_user) $(admin_password_ps) $(repoName) $(assetID) $(assetType) ${HOME_DIR} $(synchProject) $(source_type) $(inlcudeAllReferenceData) debug
79+
../self/pipelines/scripts/exportAsset.sh ${LOCAL_DEV_URL} $(admin_user) $(admin_password) $(repoName) $(assetID) $(assetType) ${HOME_DIR} $(synchProject) $(source_type) $(inlcudeAllReferenceData) debug
8080
displayName: 'Export Asset'
8181
#failOnStderr: true
8282

0 commit comments

Comments
 (0)