Skip to content

Commit decc670

Browse files
authored
T-1915 Fully utilize pre-build workflow (#2)
1 parent ab02a2b commit decc670

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ COPY requirements.txt .
1313
COPY setup.py .
1414
COPY pipeline.py .
1515

16-
ENV FLEX_TEMPLATE_PYTHON_REQUIREMENTS_FILE="${WORKDIR}/requirements.txt"
1716
ENV FLEX_TEMPLATE_PYTHON_PY_FILE="${WORKDIR}/pipeline.py"
1817

1918
RUN pip install -U -r ./requirements.txt

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"label": "Better Stack Ingesting Host",
2222
"helpText": "The ingesting host of your telemetry source in Better Stack.",
2323
"isOptional": false,
24-
"regexes": ["^([a-z-A-Z][a-z-A-Z0-9]*\\.)+[a-z-A-Z]+$"]
24+
"regexes": ["^([a-zA-Z][a-zA-Z0-9]*\\.)+[a-zA-Z]+$"]
2525
},
2626
{
2727
"name": "batch_size",

0 commit comments

Comments
 (0)