File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,6 @@ jobs:
108108 git commit -m "Deploy from ${{ github.repository }}@${{ github.sha }}"
109109 git status
110110 git push --force --quiet "https://x-access-token:${{ secrets.XEMU_DEPLOY_TOKEN }}@github.com/lgblgblgb/xemu-binaries.git" "$TARGET_BRANCH:refs/heads/$TARGET_BRANCH"
111- git pull
112111 git log
113112 cd ..
114113 rm -fr xemu-deploy
@@ -206,7 +205,6 @@ jobs:
206205 git commit -m "Deploy from ${{ github.repository }}@${{ github.sha }}"
207206 git status
208207 git push --force --quiet "https://x-access-token:${{ secrets.XEMU_DEPLOY_TOKEN }}@github.com/lgblgblgb/xemu-binaries.git" "$TARGET_BRANCH:refs/heads/$TARGET_BRANCH"
209- git pull
210208 git log
211209 cd ..
212210 rm -fr xemu-deploy
@@ -309,7 +307,6 @@ jobs:
309307 git commit -m "Deploy from ${{ github.repository }}@${{ github.sha }}"
310308 git status
311309 git push --force --quiet "https://x-access-token:${{ secrets.XEMU_DEPLOY_TOKEN }}@github.com/lgblgblgb/xemu-binaries.git" "$TARGET_BRANCH:refs/heads/$TARGET_BRANCH"
312- git pull
313310 git log
314311 cd ..
315312 rm -fr xemu-deploy
You can’t perform that action at this time.
0 commit comments