Renforcer l'accès aux variables d'environnement

This commit is contained in:
2023-05-13 10:38:35 +02:00
parent ff65f260d0
commit ce3ffa7e6a
2 changed files with 4 additions and 4 deletions

View File

@@ -21,6 +21,7 @@ variables:
script:
- export ENTRY_FOLDER=${ENTRY_FOLDER}
- export PACKAGE_NAME=${PACKAGE_NAME}
- echo ${ENTRY_FOLDER}/${PACKAGE_NAME}/
- cd src/build_job
- npm install
- npm run start