Skip to content

Commit d112dfc

Browse files
committed
trying to keep local changes only
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent ae2ced5 commit d112dfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
5757
rm -f has_changes.txt
5858
git stash push requirements-chaostoolkit.txt
59-
git merge '@{u}'
60-
git stash show -p | git apply && git stash drop || true
59+
git checkout stash -- .
60+
#git stash show -p | git apply && git stash drop || true
6161
6262
# echo "Pushing the new version and set of dependencies"
6363
echo ${CAL_VERSION} > VERSION

0 commit comments

Comments
 (0)