Skip to content

Commit 8555c7c

Browse files
authored
Merge pull request #513 from vvoland/diff-no-fail
gha: Fix stdin tty attach failing the deploy
2 parents 3902c2f + ba8c7c8 commit 8555c7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ AWS?=docker run \
5050
-e AWS_ACCESS_KEY_ID \
5151
-e AWS_SECRET_ACCESS_KEY \
5252
-e AWS_SESSION_TOKEN \
53-
--rm -it amazon/aws-cli
53+
--rm amazon/aws-cli
5454

5555
.PHONY: deploy
5656
deploy: build/$(CHANNEL)/install.sh build/$(CHANNEL)/rootless-install.sh

0 commit comments

Comments
 (0)