Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Soluris
Madis Cyber
Commits
c55c0904
Commit
c55c0904
authored
Aug 25, 2022
by
Jonathan Foucher
Browse files
Ad git stash before pull to save local changes.
parent
c250c8e1
Pipeline
#30950
failed with stages
in 2 minutes
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
deploy
View file @
c55c0904
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment