Skip to content

Commit

Permalink
Adding support for other asset types
Browse files Browse the repository at this point in the history
- bug fix
  • Loading branch information
josedagama committed Mar 5, 2024
1 parent b4fa58c commit 7095f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy2exchange.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ ANYPOINT_CLI_PUBLIC_ASSET_COMMAND="${ANYPOINT_CLI_PUBLIC_ASSET_COMMAND} --organi
ANYPOINT_CLI_PUBLIC_ASSET_COMMAND="${ANYPOINT_CLI_PUBLIC_ASSET_COMMAND} --name ${API_SPEC_ASSET_ID}"
ANYPOINT_CLI_PUBLIC_ASSET_COMMAND="${ANYPOINT_CLI_PUBLIC_ASSET_COMMAND} --type ${API_SPEC_ASSET_TYPE}"
ANYPOINT_CLI_PUBLIC_ASSET_COMMAND="${ANYPOINT_CLI_PUBLIC_ASSET_COMMAND} --properties {\"apiVersion\":\"v${API_SPEC_MAJOR_VERSION}\",\"mainFile\":\"${API_SPEC_MAIN_FILE}\"}"
ANYPOINT_CLI_PUBLIC_ASSET_COMMAND="${ANYPOINT_CLI_PUBLIC_ASSET_COMMAND} --files {\"raml.zip\":\"./${API_SPEC_ZIP_NAME}\"}"
ANYPOINT_CLI_PUBLIC_ASSET_COMMAND="${ANYPOINT_CLI_PUBLIC_ASSET_COMMAND} --files {\"${API_SPEC_ASSET_TYPE}.zip\":\"./${API_SPEC_ZIP_NAME}\"}"

if [ -z "$API_SPEC_DEPENDENCIES" ]
then
Expand Down

0 comments on commit 7095f1d

Please sign in to comment.