Skip to content

Commit fd0620b

Browse files
author
RahulMR42
committed
adjusting graal version
1 parent 9e6e81c commit fd0620b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

oci-build-examples/oci_devops_build_with_graalenterprise/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ To install and use GraalVM Enterprise in the DevOps build pipeline, the build s
9898
```shell
9999
steps:
100100
- type: Command
101-
name: "Install- GraalVM 2.2 with Native Image (Java17)"
101+
name: "Install GraalVM 22.x Native Image for Java17"
102102
command: |
103103
yum -y install graalvm22-ee-17-native-image
104104
```

oci-build-examples/oci_devops_build_with_graalenterprise/build_spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ steps:
1919
echo "BUILDRUN_HASH: " $BUILDRUN_HASH
2020
2121
- type: Command
22-
name: "Install- GraalVM 22.2 with Native Image (Java17)"
22+
name: "Install GraalVM 22.x Native Image for Java17"
2323
command: |
2424
yum -y install graalvm22-ee-17-native-image
2525
- type: Command

oci-build-examples/oci_devops_build_with_graalenterprise/build_spec_verbose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ steps:
3030
printf "Contents of etc/yum.repos.d/oci-included-ol7.repo file:\n $(cat "etc/yum.repos.d/oci-included-ol7.repo") \n"
3131
printf "Output of yum list graalvm22-ee-17* :\n $(yum list graalvm22-ee-17*) \n"
3232
- type: Command
33-
name: "Install- GraalVM 22.2 with Native Image (Java17)"
33+
name: "Install GraalVM 22.x Native Image for Java17"
3434
command: |
3535
yum -y install graalvm22-ee-17-native-image
3636
- type: Command

0 commit comments

Comments
 (0)