This commit is contained in:
@@ -16,8 +16,8 @@ steps:
|
|||||||
commands: |
|
commands: |
|
||||||
pwd
|
pwd
|
||||||
ls -als
|
ls -als
|
||||||
echo $CI_WORKSPACE
|
echo "1 $CI_WORKSPACE"
|
||||||
echo ${CI_WORKSPACE}
|
echo "2 ${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é"
|
||||||
|
|||||||
Reference in New Issue
Block a user