Skip to content

Commit 2ece7c2

Browse files
author
Mateus Roveda
committed
Merge branch 'fix-tty-composer-config' into 'main'
Remove instrução /dev/tty do comando de config do auth.json para o Repman See merge request aztecwebteam/aztlan!158
2 parents 8b45b40 + f13d148 commit 2ece7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment/bin/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ build_docker_image() {
401401
}
402402

403403
configure_composer_token() {
404-
docker_compose_run_with_host_user -w /app/wp-packages/ composer config http-basic.aztec.repo.packagist.aztecweb.net token "${REPMAN_TOKEN}" < /dev/tty
404+
docker_compose_run_with_host_user -w /app/wp-packages/ composer config http-basic.aztec.repo.packagist.aztecweb.net token "${REPMAN_TOKEN}"
405405
}
406406

407407
main "$@"

0 commit comments

Comments
 (0)