fix(gitlab_release): All tasks run as part of script including user custom script
Job would suceed if anything failed in after_script. #1
This commit is contained in:
@ -14,10 +14,11 @@ include:
|
||||
|
||||
|
||||
Gitlab Release:
|
||||
variables:
|
||||
MY_COMMAND: ./sub-folder_changlog.sh
|
||||
extends:
|
||||
- .gitlab_release
|
||||
script:
|
||||
- ./sub-folder_changlog.sh
|
||||
|
||||
|
||||
|
||||
Github (Push --mirror):
|
||||
|
||||
Reference in New Issue
Block a user