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