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

submodule update command

parent 34a1acf4
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ npm install
git fetch --tags
latestTag=$(git describe --tags `git rev-list --tags --max-count=1`)
git checkout $latestTag
git submodule update --init
grunt dist
mkdir stable
mv public/* stable/.
......@@ -16,6 +17,7 @@ mv public/* stable/.
git checkout -f develop
git fetch origin develop
git reset --hard origin/develop
git submodule update --init
grunt dist
mkdir latest
mv public/* latest/.
......
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