You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AIO.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,4 +26,3 @@ All in One reference for samples - In Alphabetical (A to Z) order.
26
26
- Invoke deployment pipeline on a container image upload - https://github.com/oracle-devrel/oci-devops-examples/blob/main/oci-deployment-examples/oci-devops-deploy-on-imageupload
27
27
- OCI Policy management using terraform - https://github.com/oracle-devrel/oci-devops-examples/blob/main/oci-config-examples/oci_devops_policy_dg_terraform
28
28
- Scanning code for vulnerabilities for Maven packages - https://github.com/oracle-devrel/oci-devops-examples/tree/main/oci-build-examples/oci-devops-vulnerability-audit-management
Copy file name to clipboardExpand all lines: oci-pipeline-examples/oci-devops-graal-micronaut-deploy-to-instances/src/main/java/com/example/HelloController.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ public class HelloController {
10
10
@Get
11
11
@Produces(MediaType.TEXT_PLAIN)
12
12
publicStringindex() {
13
-
return"With ❤ from OCI Devops!";
13
+
return"With Love from OCI Devops - Powered by Graal Enterprise!";
Copy file name to clipboardExpand all lines: oci-pipeline-examples/oci-devops-graal-micronaut-deploy-to-instances/src/test/java/com/example/HelloControllerTest.java
0 commit comments