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:
2021-08-04 10:43:25 +09:30
parent 1446c28ed2
commit 7706085b09
2 changed files with 5 additions and 4 deletions

View File

@ -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):