Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/p2-aus-appv3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ jobs:
export CUSTOM_ENABLE_ASSESSMENT_PAGINATION=false
export CUSTOM_HELPLINE=programs@practera.com
export CUSTOM_STACK_NAME=${{ env.STACK_NAME }}
export CUSTOM_PROJECTHUB_URL=

printf "Angular environment variable creation complete\n\n"
printf "Executing env.sh script\n\n"
Expand Down Expand Up @@ -209,6 +208,7 @@ jobs:
CUSTOM_FORM_ID: 114bee73-67ac-4f23-8285-2b67e0e28df4
CUSTOM_LIVE_SERVER_REGION: AU
CUSTOM_STACK_NAME: ${{ env.STACK_NAME }}
CUSTOM_PROJECTHUB_URL:

###############################################################
# BUILD WEB PACKAGES
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/p2-euk-appv3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ jobs:
export CUSTOM_ENABLE_ASSESSMENT_PAGINATION=false
export CUSTOM_HELPLINE=programs@practera.com
export CUSTOM_STACK_NAME=${{ env.STACK_NAME }}
export CUSTOM_PROJECTHUB_URL=

printf "Angular environment variable creation complete\n\n"
printf "Executing env.sh script\n\n"
Expand Down Expand Up @@ -209,6 +208,7 @@ jobs:
CUSTOM_FORM_ID: 114bee73-67ac-4f23-8285-2b67e0e28df4
CUSTOM_LIVE_SERVER_REGION: UK
CUSTOM_STACK_NAME: ${{ env.STACK_NAME }}
CUSTOM_PROJECTHUB_URL:

###############################################################
# BUILD WEB PACKAGES
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/p2-prerelease-appv3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ jobs:
export CUSTOM_ENABLE_ASSESSMENT_PAGINATION=false
export CUSTOM_HELPLINE=programs@practera.com
export CUSTOM_STACK_NAME=${{ env.STACK_NAME }}
export CUSTOM_PROJECTHUB_URL=https://projecthub.p2-prerelease.practera.com/

printf "Angular environment variable creation complete\n\n"
printf "Executing env.sh script\n\n"
Expand Down Expand Up @@ -212,6 +211,7 @@ jobs:
CUSTOM_FORM_ID: 114bee73-67ac-4f23-8285-2b67e0e28df4
CUSTOM_LIVE_SERVER_REGION: AU
CUSTOM_STACK_NAME: ${{ env.STACK_NAME }}
CUSTOM_PROJECTHUB_URL: https://projecthub.p2-prerelease.practera.com/

###############################################################
# BUILD WEB PACKAGES
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/p2-stage-appv3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ jobs:
export CUSTOM_ENABLE_ASSESSMENT_PAGINATION=true
export CUSTOM_HELPLINE=programs@practera.com
export CUSTOM_STACK_NAME=${{ env.STACK_NAME }}
export CUSTOM_PROJECTHUB_URL=https://projecthub.p2-stage.practera.com/

printf "Angular environment variable creation complete\n\n"
printf "Executing env.sh script\n\n"
Expand Down Expand Up @@ -212,6 +211,7 @@ jobs:
CUSTOM_FORM_ID: 114bee73-67ac-4f23-8285-2b67e0e28df4
CUSTOM_LIVE_SERVER_REGION: AU
CUSTOM_STACK_NAME: ${{ env.STACK_NAME }}
CUSTOM_PROJECTHUB_URL: https://projecthub.p2-stage.practera.com/

###############################################################
# BUILD WEB PACKAGES
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/p2-usa-appv3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ jobs:
export CUSTOM_ENABLE_ASSESSMENT_PAGINATION=false
export CUSTOM_HELPLINE=programs@practera.com
export CUSTOM_STACK_NAME=${{ env.STACK_NAME }}
export CUSTOM_PROJECTHUB_URL=

printf "Angular environment variable creation complete\n\n"
printf "Executing env.sh script\n\n"
Expand Down Expand Up @@ -209,6 +208,7 @@ jobs:
CUSTOM_FORM_ID: 114bee73-67ac-4f23-8285-2b67e0e28df4
CUSTOM_LIVE_SERVER_REGION: US
CUSTOM_STACK_NAME: ${{ env.STACK_NAME }}
CUSTOM_PROJECTHUB_URL:

###############################################################
# BUILD WEB PACKAGES
Expand Down