Skip to content

Commit d44d750

Browse files
authored
fix(ci): fix 04_export_eb_env_var (#101)
Was failing to export `HANDOVER_TYPE_LABEL=GREGoR AnyVLM Reference, U10 Cohort` due to the comma
1 parent de27aef commit d44d750

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ebextensions/01_download_data.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ commands:
66
03_eb_packages:
77
command: "/var/app/venv/staging-LQM1lest/bin/pip install uvloop websockets httptools typing-extensions boto3 botocore"
88
04_export_eb_env_var:
9-
command: "export $(cat /opt/elasticbeanstalk/deployment/env | xargs)"
9+
command: "source /opt/elasticbeanstalk/deployment/env"
1010

1111
container_commands:
1212
01_s3_download:

0 commit comments

Comments
 (0)