Skip to content

Commit 2edaeaa

Browse files
authored
Merge pull request #3649 from IgniteUI/sstoychev/fixing-pipeline
fix(cd): changing vnext module branch and addin push nonerror
2 parents b1bfc23 + 3b827bf commit 2edaeaa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "igniteui-live-editing-samples"]
22
path = igniteui-live-editing-samples
33
url = https://github.com/IgniteUI/igniteui-live-editing-samples
4-
branch = master
4+
branch = vNext

azure-devops/templates/cd-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ steps:
190190
git config --global user.email "tfsbuild@infragistics.com"
191191
git config --global credential.helper store
192192
echo "https://x-access-token:$(GITHUB_TOKEN)@github.com" > ~/.git-credentials
193-
git add .
194193
git commit -m "Automated repository update"
195194
displayName: Commit changes
196195
condition: and(eq(variables['changesDetected'], true), eq(${{ parameters.repositoryfy }}, 'true'))
@@ -204,3 +203,4 @@ steps:
204203
inputs:
205204
script: git push
206205
workingDirectory: ${{ parameters.workingDir }}/igniteui-live-editing-samples/${{ parameters.submoduleDir }}
206+
continueOnError: true

0 commit comments

Comments
 (0)