CI: exclude node_modules 6

This commit is contained in:
prosety
2022-11-14 00:07:25 +01:00
parent 62e9f8ea4c
commit ead0fc637f

View File

@@ -27,7 +27,6 @@ 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