Skip to content

Commit 79b1e9c

Browse files
committed
Test github actions [DEPLOYMENT]
1 parent 0efdfc2 commit 79b1e9c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)