Skip to content

Commit 66c3467

Browse files
author
Jason Yellick
committed
[FAB-9756] Add missing .env file
The e2e_cli test was recently updated based on the assumption that the project name was e2e (as newer versions of docker compose seem to handle directories with underscores in their names differently). However, this CR failed to check in a new file (.env) which set this. This CR remedies the situation. Change-Id: I04967011b33789cb51d81c3e7738ade6554d7962 Signed-off-by: Jason Yellick <jyellick@us.ibm.com>
1 parent 9d781a1 commit 66c3467

File tree

1 file changed

+5
-0
lines changed
  • examples/e2e_cli

1 file changed

+5
-0
lines changed

examples/e2e_cli/.env

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright IBM Corp. All Rights Reserved.
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
5+
COMPOSE_PROJECT_NAME=e2e

0 commit comments

Comments
 (0)