Skip to content

Commit ef5f981

Browse files
committed
Update pipeline-DEPLOY.sh
updated name of App ID instance
1 parent a14f101 commit ef5f981

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/pipeline-DEPLOY.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ API_KEY_VALUE=$(echo "$API_KEY_OUT" | jq -r '.apikey')
186186
# App ID
187187
#
188188
section "App ID"
189-
APPID_INSTANCE_ID=$(get_instance_id $BASENAME-appid)
190-
APPID_GUID=$(get_guid $BASENAME-appid)
189+
APPID_INSTANCE_ID=$(get_instance_id sfsappid)
190+
APPID_GUID=$(get_guid sfsappid)
191191
echo "APPID_INSTANCE_ID=$APPID_INSTANCE_ID"
192192
echo "APPID_GUID=$APPID_GUID"
193193
check_value "$APPID_INSTANCE_ID"

0 commit comments

Comments
 (0)