Skip to content

Commit ae4547d

Browse files
committed
chore(tests/lambda): fix HF_AUTH_TOKEN export
1 parent 9f11e7b commit ae4547d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run_integration_tests_on_lambda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ instance_create
156156
instance_wait $INSTANCE_ID
157157

158158
commands() {
159-
instance_run_command $INSTANCE_ID "echo 'export HF_AUTH_TOKEN=\"$HF_AUTH_TOKEN\" >> ~/.bashrc'"
159+
instance_run_command $INSTANCE_ID "echo 'export HF_AUTH_TOKEN=\"$HF_AUTH_TOKEN\"' >> ~/.bashrc"
160160

161161
# Whether to build or just for test scripts, lets transfer this checkout.
162162
instance_rsync $INSTANCE_ID . docker-diffusers-api

0 commit comments

Comments
 (0)