Pulls NODE_ENV variable from env and uses this in the comment
This commit is contained in:
parent
49ea0fa13e
commit
d918d85ee4
1 changed files with 1 additions and 0 deletions
|
|
@ -123,6 +123,7 @@ stages:
|
||||||
-e REPORT_NAME="$report_name" \
|
-e REPORT_NAME="$report_name" \
|
||||||
-e CURRENT_DAY="$current_day" \
|
-e CURRENT_DAY="$current_day" \
|
||||||
-e NUMERIC_DATE="$numeric_date" \
|
-e NUMERIC_DATE="$numeric_date" \
|
||||||
|
-e NODE_ENV=$(NODE_ENV) \
|
||||||
$(dockerImageName):$(imageTag) \
|
$(dockerImageName):$(imageTag) \
|
||||||
bash -c "chmod +x devops/scripts/jira_writeback.sh
|
bash -c "chmod +x devops/scripts/jira_writeback.sh
|
||||||
echo \"Moving Playwright reports out of subfolders...\"
|
echo \"Moving Playwright reports out of subfolders...\"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue