maj projet
This commit is contained in:
parent
92017f6b6d
commit
5e99fe9542
@ -14,14 +14,14 @@ NOAUTO=
|
|||||||
AFTER_CREATE_RELEASE='
|
AFTER_CREATE_RELEASE='
|
||||||
set -x
|
set -x
|
||||||
pman --composer-select-profile dist
|
pman --composer-select-profile dist
|
||||||
composer u
|
composer u || exit 1
|
||||||
git commit -am "<pman>deps de dist"
|
git commit -am "<pman>deps de dist"
|
||||||
true
|
true
|
||||||
'
|
'
|
||||||
AFTER_MERGE_RELEASE='
|
AFTER_MERGE_RELEASE='
|
||||||
set -x
|
set -x
|
||||||
pman --composer-select-profile dev
|
pman --composer-select-profile dev
|
||||||
composer u
|
composer u || exit 1
|
||||||
git commit -am "<pman>deps de dev"
|
git commit -am "<pman>deps de dev"
|
||||||
true
|
true
|
||||||
'
|
'
|
||||||
|
Loading…
Reference in New Issue
Block a user