Skip to content
Snippets Groups Projects
Commit 8c24be09 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

stash in deploy

parent 6ec4fdc3
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@ do
# build the master version into stable
git fetch --tags
latestTag=$(git describe --tags `git rev-list --tags --max-count=1`)
git stash
git checkout $latestTag
git submodule update --init
grunt dist
......@@ -54,6 +55,7 @@ do
echo " > stable built for file set ${BLADE}"
# build the develop version into latest
git stash
git checkout -f develop
git fetch origin develop
git reset --hard origin/develop
......
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