Skip to content

Commit

Permalink
Commented the prestaging, staging environments.
Browse files Browse the repository at this point in the history
  • Loading branch information
ManoharKrishnaBoppe committed Jun 28, 2023
1 parent facfe32 commit d375976
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,21 +122,21 @@ jobs:
--form "sourceCode=@\"$archival\"" \
--form 'buildTool="MAVEN"' \
--form 'isDefault="true"'
curl --location --request PUT '${{ env.PRESTAGING_ADDON_URL }}/api/v1/plugins' \
--header 'Authorization: Bearer ${{ secrets.PRESTAGING_V1_TOKEN }}' \
--form "sourceCode=@\"$archival\"" \
--form 'buildTool="MAVEN"' \
--form 'isDefault="true"'
curl --location --request PUT '${{ env.STAGING_ADDON_URL }}/api/v1/plugins' \
--header 'Authorization: Bearer ${{ secrets.STAGING_V1_TOKEN }}' \
--form "sourceCode=@\"$archival\"" \
--form 'buildTool="MAVEN"' \
--form 'isDefault="true"'
curl --location --request PUT '${{ env.PROD_ADDON_URL }}/api/v1/plugins' \
--header 'Authorization: Bearer ${{ secrets.PROD_V1_TOKEN }}' \
--form "sourceCode=@\"$archival\"" \
--form 'buildTool="MAVEN"' \
--form 'isDefault="true"'
# curl --location --request PUT '${{ env.PRESTAGING_ADDON_URL }}/api/v1/plugins' \
# --header 'Authorization: Bearer ${{ secrets.PRESTAGING_V1_TOKEN }}' \
# --form "sourceCode=@\"$archival\"" \
# --form 'buildTool="MAVEN"' \
# --form 'isDefault="true"'
# curl --location --request PUT '${{ env.STAGING_ADDON_URL }}/api/v1/plugins' \
# --header 'Authorization: Bearer ${{ secrets.STAGING_V1_TOKEN }}' \
# --form "sourceCode=@\"$archival\"" \
# --form 'buildTool="MAVEN"' \
# --form 'isDefault="true"'
# curl --location --request PUT '${{ env.PROD_ADDON_URL }}/api/v1/plugins' \
# --header 'Authorization: Bearer ${{ secrets.PROD_V1_TOKEN }}' \
# --form "sourceCode=@\"$archival\"" \
# --form 'buildTool="MAVEN"' \
# --form 'isDefault="true"'
done


Expand Down

0 comments on commit d375976

Please sign in to comment.