Skip to content
Snippets Groups Projects
Commit b725d348 authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

Allow errors on popping stash

parent ab5ea962
No related branches found
No related tags found
1 merge request!49Resolve "Finish installation and usage instruction on the documentation"
......@@ -18,6 +18,6 @@ for tag in $(git tag); do
done
git checkout $BRANCH
git stash pop
git stash pop &> /dev/null
yarn build
\ No newline at end of file
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