File tree Expand file tree Collapse file tree 4 files changed +3
-1
lines changed Expand file tree Collapse file tree 4 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 55 "customizations" : {
66 "vscode" : {
77 "settings" : {
8- "editor.defaultFormatter" : " esbenp.prettier-vscode" ,
98 "editor.formatOnSave" : true ,
109 "editor.formatOnSaveMode" : " file" ,
1110 "editor.wordWrap" : " off" ,
Original file line number Diff line number Diff line change 3232
3333# shellcheck disable=SC2206
3434LINT_COMMITS_COMMAND+=(
35+ --rm
3536 --volume " $( pwd) :/source-repository"
3637 " ${CD_CONTAINER_URL} "
3738 commitlint
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ check_github_token_file
1414
1515echo " Running release-please against branch: ${RELEASE_PLEASE_TARGET_BRANCH} "
1616docker run \
17+ --rm \
1718 --volume " $( pwd) :/source-repository" \
1819 " ${CD_CONTAINER_URL} " \
1920 release-please \
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ RENOVATE_COMMAND+=(
3434 --env LOG_FORMAT=" json"
3535 --env RENOVATE_CONFIG_FILE=" ${RENOVATE_CONFIG_FILE} "
3636 --env RENOVATE_TOKEN=" $( cat " ${GITHUB_TOKEN_PATH} " ) "
37+ --rm
3738 --volume " ${RENOVATE_CONFIG_FILE} " :" ${RENOVATE_CONFIG_FILE} "
3839 " ${RENOVATE_CONTAINER_IMAGE} "
3940 renovate
You can’t perform that action at this time.
0 commit comments