Skip to content
Snippets Groups Projects
Commit a9e58d86 authored by Dorch's avatar Dorch
Browse files

fix(deploy): error -39 on nghyd npm install

parent f97a88a1
No related branches found
No related tags found
1 merge request!254Master v4.18.0
Pipeline #165020 canceled
......@@ -79,6 +79,7 @@ cd ..
# 2.1 update Git repository
git checkout master
git pull --rebase
rm -rf jalhyd/node_modules
npm install
if [ ! -z "$(git status --untracked-files=no --porcelain)" ]
then
......@@ -106,6 +107,6 @@ git push --tags --force
echo
echo "N'oubliez pas de modifier le numéro de version dans le document https://doi.org/10.15454/TLO5LX"
echo
echo
echo "Tagging done, Gitlab CI/CD should take care of the rest."
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