Skip to content

Commit 074e1a2

Browse files
fix: Commented next steps as more changes are required
1 parent 62c0c5d commit 074e1a2

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

infra/scripts/post_deployment.ps1

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ Write-Host " ✅ Name: $CONTAINER_API_APP_NAME"
4040
Write-Host " 🌐 Endpoint: https://$CONTAINER_API_APP_FQDN"
4141
Write-Host " 🔗 Portal URL: $API_APP_PORTAL_URL"
4242

43-
Write-Host ""
44-
Write-Host "📦 Follow Next steps to import Schemas:"
45-
Write-Host "👉 Run the following commands in your terminal:"
46-
$CurrentPath = Get-Location
47-
Write-Host ""
48-
Write-Host " cd $FullPath"
49-
Write-Host " ./register_schema.ps1 https://$CONTAINER_API_APP_FQDN/schemavault/ schema_info_ps1.json"
43+
# Write-Host ""
44+
# Write-Host "📦 Follow Next steps to import Schemas:"
45+
# Write-Host "👉 Run the following commands in your terminal:"
46+
# $CurrentPath = Get-Location
47+
# Write-Host ""
48+
# Write-Host " cd $FullPath"
49+
# Write-Host " ./register_schema.ps1 https://$CONTAINER_API_APP_FQDN/schemavault/ schema_info_ps1.json"

infra/scripts/post_deployment.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ echo " ✅ Name: $CONTAINER_API_APP_NAME"
4242
echo " 🌐 Endpoint: https://$CONTAINER_API_APP_FQDN"
4343
echo " 🔗 Portal URL: $API_APP_PORTAL_URL"
4444

45-
echo ""
46-
echo "📦 Follow Next steps to import Schemas:"
47-
echo "👉 Run the following commands in your terminal:"
48-
echo ""
45+
# echo ""
46+
# echo "📦 Follow Next steps to import Schemas:"
47+
# echo "👉 Run the following commands in your terminal:"
48+
# echo ""
4949

50-
echo " cd \"$DATA_SCRIPT_PATH\""
51-
echo " ./register_schema.sh https://$CONTAINER_API_APP_FQDN/schemavault/ schema_info_sh.json"
50+
# echo " cd \"$DATA_SCRIPT_PATH\""
51+
# echo " ./register_schema.sh https://$CONTAINER_API_APP_FQDN/schemavault/ schema_info_sh.json"

0 commit comments

Comments
 (0)