Skip to content

Commit 8560be0

Browse files
Merge c80cd88 into master-ci
2 parents 8691729 + c80cd88 commit 8560be0

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/CD_dev-release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -78,21 +78,11 @@ jobs:
7878
run: |
7979
git config user.name github-actions
8080
git config user.email github-actions@github.com
81-
git fetch origin
8281
8382
git checkout dev-release
8483
85-
git ls-files -d | xargs git checkout --
86-
8784
git pull origin dev-release --rebase --autostash
8885
89-
git checkout master-ci
90-
91-
git rm installer.sh
92-
93-
git add installer.sh
94-
git commit -m "Remove installer.sh"
95-
9686
git checkout dev-release
9787
9888
git merge -X theirs master-ci

0 commit comments

Comments
 (0)