Skip to content

Commit 46d2284

Browse files
authored
Merge pull request #21 from nuclearcat/renames4
Add stash command to staging workflow
2 parents b87b973 + 7c90e5d commit 46d2284

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/staging.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ jobs:
4343
script: |
4444
set -e
4545
cd /srv/kcidb-ng
46+
git stash
4647
git fetch origin
4748
git rebase origin/staging.kernelci.org
49+
git stash pop
4850
docker compose pull
4951
docker compose up -d --remove-orphans

0 commit comments

Comments
 (0)