This commit is contained in:
@@ -16,6 +16,8 @@ steps:
|
||||
commands: |
|
||||
pwd
|
||||
ls -als
|
||||
echo $CI_WORKSPACE
|
||||
echo ${CI_WORKSPACE}
|
||||
rm -rf dist
|
||||
rm -f ${CI_WORKSPACE}/version.env
|
||||
echo "✅ Nettoyage terminé"
|
||||
@@ -27,6 +29,8 @@ steps:
|
||||
commands: |
|
||||
pwd
|
||||
ls -als
|
||||
echo $CI_WORKSPACE
|
||||
echo ${CI_WORKSPACE}
|
||||
COMMIT_MSG=$(git log -1 --pretty=%B)
|
||||
echo "📝 Message: $COMMIT_MSG"
|
||||
|
||||
@@ -51,6 +55,8 @@ steps:
|
||||
commands: |
|
||||
pwd
|
||||
ls -als
|
||||
echo $CI_WORKSPACE
|
||||
echo ${CI_WORKSPACE}
|
||||
npm ci --cache .npm --prefer-offline
|
||||
source ${CI_WORKSPACE}/version.env
|
||||
|
||||
@@ -75,6 +81,8 @@ steps:
|
||||
commands: |
|
||||
pwd
|
||||
ls -als
|
||||
echo $CI_WORKSPACE
|
||||
echo ${CI_WORKSPACE}
|
||||
npm ci --cache .npm --prefer-offline
|
||||
npm run build
|
||||
depends_on: [ update_version ]
|
||||
@@ -85,6 +93,8 @@ steps:
|
||||
commands: |
|
||||
pwd
|
||||
ls -als
|
||||
echo $CI_WORKSPACE
|
||||
echo ${CI_WORKSPACE}
|
||||
source ${CI_WORKSPACE}/version.env
|
||||
|
||||
if [ "$version_type" != "none" ]; then
|
||||
|
||||
Reference in New Issue
Block a user