Skip to content

Commit ca95d1e

Browse files
committed
Stash before merging
1 parent bfd6310 commit ca95d1e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build-check-install.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -540,13 +540,14 @@ jobs:
540540
} fi
541541
542542
test_dir="tests/testthat/"
543-
git branch
544-
git remote -v
543+
git status
544+
git stash
545545
git config pull.rebase true
546546
remote_repo="https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
547547
git pull "$remote_repo" main
548+
git stash pop
549+
548550
git branch
549-
git status
550551
551552
# Get the list of R files that have changed
552553
# https://github.com/cloudnativeto/envoy/blob/de67446fa8af973761bb4716f5143d73643baf8b/.github/workflows/get_build_targets.sh_bak#L9

0 commit comments

Comments
 (0)