Skip to content

Commit

Permalink
chore: remove tty (#3488)
Browse files Browse the repository at this point in the history
  • Loading branch information
moroine committed Jan 11, 2024
1 parent e598954 commit 5ee6f21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bin/scripts/sentry-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SENTRY_AUTH_TOKEN=$(ansible-vault view "${ansible_extra_opts[@]}" "$VAULT_FILE"
docker run \
--platform=linux/amd64 \
--rm \
-it \
-i \
--entrypoint /bin/sh \
-e SENTRY_AUTH_TOKEN="${SENTRY_AUTH_TOKEN}" \
-e SENTRY_DSN="${SENTRY_DSN}" \
Expand Down
2 changes: 1 addition & 1 deletion .bin/scripts/sentry-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SENTRY_AUTH_TOKEN=$(ansible-vault view "${ansible_extra_opts[@]}" "$VAULT_FILE"
docker run \
--platform=linux/amd64 \
--rm \
-it \
-i \
--entrypoint /bin/sh \
-e SENTRY_AUTH_TOKEN="${SENTRY_AUTH_TOKEN}" \
-e SENTRY_DSN="${SENTRY_DSN}" \
Expand Down

0 comments on commit 5ee6f21

Please sign in to comment.