We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8691729 + c80cd88 commit 8560be0Copy full SHA for 8560be0
1 file changed
.github/workflows/CD_dev-release.yml
@@ -78,21 +78,11 @@ jobs:
78
run: |
79
git config user.name github-actions
80
git config user.email github-actions@github.com
81
- git fetch origin
82
83
git checkout dev-release
84
85
- git ls-files -d | xargs git checkout --
86
-
87
git pull origin dev-release --rebase --autostash
88
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
96
97
98
git merge -X theirs master-ci
0 commit comments