We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14f101 commit ef5f981Copy full SHA for ef5f981
scripts/pipeline-DEPLOY.sh
@@ -186,8 +186,8 @@ API_KEY_VALUE=$(echo "$API_KEY_OUT" | jq -r '.apikey')
186
# App ID
187
#
188
section "App ID"
189
-APPID_INSTANCE_ID=$(get_instance_id $BASENAME-appid)
190
-APPID_GUID=$(get_guid $BASENAME-appid)
+APPID_INSTANCE_ID=$(get_instance_id sfsappid)
+APPID_GUID=$(get_guid sfsappid)
191
echo "APPID_INSTANCE_ID=$APPID_INSTANCE_ID"
192
echo "APPID_GUID=$APPID_GUID"
193
check_value "$APPID_INSTANCE_ID"
0 commit comments