This commit is contained in:
@@ -14,6 +14,8 @@ steps:
|
||||
- name: clean_project
|
||||
image: *git_image
|
||||
commands: |
|
||||
pwd
|
||||
ls
|
||||
rm -rf dist
|
||||
rm -f ${CI_WORKSPACE}/version.env
|
||||
echo "✅ Nettoyage terminé"
|
||||
@@ -23,6 +25,8 @@ steps:
|
||||
- name: prepare
|
||||
image: *git_image
|
||||
commands: |
|
||||
pwd
|
||||
ls
|
||||
COMMIT_MSG=$(git log -1 --pretty=%B)
|
||||
echo "📝 Message: $COMMIT_MSG"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user