Skip to content

Commit

Permalink
apm installer pre-authenticated url updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vikramkumar29 committed Sep 25, 2023
1 parent 3e79ffe commit a25dc66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dotnet/build-artifact.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ steps:
failImmediatelyOnError: true
command: |
cd $${OCI_WORKSPACE_DIR}/${config_repo_name}
curl -o apm-dotnet-agent-installer-0.6.0.136.zip -L https://objectstorage.us-phoenix-1.oraclecloud.com/p/Q9f_7e-AG4Gwl0rI7ILNFzKmtI0-zIjNu8lWFcf5Gh5o53vGnNVuEc8hnWG5_WZw/n/oracleonpremjava/b/bucket-apm-installer/o/apm-dotnet-agent-installerapm-dotnet-agent-installer-0.6.0.136.zip
curl -o apm-dotnet-agent-installer-0.6.0.136.zip -L https://oracleonpremjava.objectstorage.us-phoenix-1.oci.customer-oci.com/p/zUJ17UiAhHxWe3bE0qRMsg0IHFQWIKsZXzBlGd1AqxxUCgBhWhcj2iF9i9jLHy-Q/n/oracleonpremjava/b/bucket-apm-installer/o/apm-dotnet-agent-installerapm-dotnet-agent-installer-0.6.0.136.zip
unzip apm-dotnet-agent-installer-0.6.0.136.zip -d apm
- type: Command
name: Build Docker image
Expand Down
2 changes: 1 addition & 1 deletion dotnet/build-repo.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ steps:
failImmediatelyOnError: true
command: |
cd $${OCI_WORKSPACE_DIR}/${config_repo_name}
curl -o apm-dotnet-agent-installer-0.6.0.136.zip -L https://objectstorage.us-phoenix-1.oraclecloud.com/p/Q9f_7e-AG4Gwl0rI7ILNFzKmtI0-zIjNu8lWFcf5Gh5o53vGnNVuEc8hnWG5_WZw/n/oracleonpremjava/b/bucket-apm-installer/o/apm-dotnet-agent-installerapm-dotnet-agent-installer-0.6.0.136.zip
curl -o apm-dotnet-agent-installer-0.6.0.136.zip -L https://oracleonpremjava.objectstorage.us-phoenix-1.oci.customer-oci.com/p/zUJ17UiAhHxWe3bE0qRMsg0IHFQWIKsZXzBlGd1AqxxUCgBhWhcj2iF9i9jLHy-Q/n/oracleonpremjava/b/bucket-apm-installer/o/apm-dotnet-agent-installerapm-dotnet-agent-installer-0.6.0.136.zip
unzip apm-dotnet-agent-installer-0.6.0.136.zip -d apm
- type: Command
name: Build Docker image
Expand Down

0 comments on commit a25dc66

Please sign in to comment.