Skip to content
Snippets Groups Projects
Commit c55c0904 authored by Jonathan Foucher's avatar Jonathan Foucher
Browse files

Ad git stash before pull to save local changes.

parent c250c8e1
No related branches found
Tags v2.3.1
No related merge requests found
Pipeline #30950 failed
......@@ -7,6 +7,8 @@ php8.1 artisan down
# remove mix-manifest to prevent conflicts
rm public/mix-manifest.json
#pull latest code
#git stash to prevent pull conflict
git stash
git pull
## Composer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment