Pulls NODE_ENV variable from env and uses this in the comment

This commit is contained in:
maguire-arman 2025-04-10 09:48:01 -04:00
parent 49ea0fa13e
commit d918d85ee4

View file

@ -123,6 +123,7 @@ stages:
-e REPORT_NAME="$report_name" \
-e CURRENT_DAY="$current_day" \
-e NUMERIC_DATE="$numeric_date" \
-e NODE_ENV=$(NODE_ENV) \
$(dockerImageName):$(imageTag) \
bash -c "chmod +x devops/scripts/jira_writeback.sh
echo \"Moving Playwright reports out of subfolders...\"