Réexporter les variables gitlab en tant que variables d'environnement bash

This commit is contained in:
Simon Pistache 2023-05-13 10:34:16 +02:00
parent a7c5db924d
commit ff65f260d0

View File

@ -19,6 +19,8 @@ variables:
changes: changes:
- ${ENTRY_FOLDER}/${PACKAGE_NAME}/* - ${ENTRY_FOLDER}/${PACKAGE_NAME}/*
script: script:
- export ENTRY_FOLDER=${ENTRY_FOLDER}
- export PACKAGE_NAME=${PACKAGE_NAME}
- cd src/build_job - cd src/build_job
- npm install - npm install
- npm run start - npm run start