Skip to content

Commit 8c7294f

Browse files
committed
reformatted to pass precommit
1 parent 39fe6b7 commit 8c7294f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

airflow/dags/appgen_dag.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,10 @@
9797
),
9898
k8s.V1EnvVar(name="DOCKERHUB_TOKEN", value="{{ ti.xcom_pull(task_ids='Setup', key='dockerhub_token') }}"),
9999
k8s.V1EnvVar(name="DOCKSTORE_TOKEN", value="{{ ti.xcom_pull(task_ids='Setup', key='dockstore_token') }}"),
100-
k8s.V1EnvVar(name="DOCKSTORE_API_URL", value="http://awslbdockstorestack-lb-1429770210.us-west-2.elb.amazonaws.com:9998/api"),
100+
k8s.V1EnvVar(
101+
name="DOCKSTORE_API_URL",
102+
value="http://awslbdockstorestack-lb-1429770210.us-west-2.elb.amazonaws.com:9998/api",
103+
),
101104
k8s.V1EnvVar(name="GITHUB_REPO", value="{{ params.repository }}"),
102105
]
103106

0 commit comments

Comments
 (0)