Skip to content

Commit

Permalink
chore: remove containers and unset formatter (#1582)
Browse files Browse the repository at this point in the history
- Remove containers when not needed anymore
- Unset Prettier formatter when not needed
  • Loading branch information
ferrarimarco authored Sep 9, 2024
1 parent 8d03415 commit 0d1d457
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"customizations": {
"vscode": {
"settings": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "file",
"editor.wordWrap": "off",
Expand Down
1 change: 1 addition & 0 deletions scripts/lint-commits.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ fi

# shellcheck disable=SC2206
LINT_COMMITS_COMMAND+=(
--rm
--volume "$(pwd):/source-repository"
"${CD_CONTAINER_URL}"
commitlint
Expand Down
1 change: 1 addition & 0 deletions scripts/release-please-dry-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ check_github_token_file

echo "Running release-please against branch: ${RELEASE_PLEASE_TARGET_BRANCH}"
docker run \
--rm \
--volume "$(pwd):/source-repository" \
"${CD_CONTAINER_URL}" \
release-please \
Expand Down
1 change: 1 addition & 0 deletions scripts/run-renovate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ RENOVATE_COMMAND+=(
--env LOG_FORMAT="json"
--env RENOVATE_CONFIG_FILE="${RENOVATE_CONFIG_FILE}"
--env RENOVATE_TOKEN="$(cat "${GITHUB_TOKEN_PATH}")"
--rm
--volume "${RENOVATE_CONFIG_FILE}":"${RENOVATE_CONFIG_FILE}"
"${RENOVATE_CONTAINER_IMAGE}"
renovate
Expand Down

0 comments on commit 0d1d457

Please sign in to comment.