CI: exclude node_modules 4

This commit is contained in:
prosety
2022-11-14 00:02:57 +01:00
parent 98c85703e2
commit f7d395708f

View File

@@ -27,6 +27,7 @@ steps:
- mkdir $WORKDIR - mkdir $WORKDIR
- rsync -av /drone/src $WORKDIR - rsync -av /drone/src $WORKDIR
- cd $WORKDIR - cd $WORKDIR
- ls
- sed -i "s|URL=.*|URL=\"https://$CI_DOMAIN\"|g" config.sh - sed -i "s|URL=.*|URL=\"https://$CI_DOMAIN\"|g" config.sh
- bash /opt/pegaz/cli.pegaz.sh update pegazio - bash /opt/pegaz/cli.pegaz.sh update pegazio