Skip to content

Commit 33d3314

Browse files
valdiate foxtrot E2B domain in prod build workflow
1 parent 672aba4 commit 33d3314

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build_prod_template.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ jobs:
7777
;;
7878
esac
7979
80+
if [ -z "$E2B_DOMAIN" ]; then
81+
echo "Missing E2B domain for target environment: $TARGET_ENVIRONMENT" >&2
82+
exit 1
83+
fi
84+
8085
if [ -z "$E2B_API_KEY" ]; then
8186
echo "Missing API key secret for target environment: $TARGET_ENVIRONMENT" >&2
8287
exit 1

0 commit comments

Comments
 (0)