Skip to content

Commit f9cb0e0

Browse files
committed
init
1 parent 309e7eb commit f9cb0e0

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
source env.properties
44

5+
#The following is temporary until release is available in maven and only required to be called once...
6+
mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=lib/oci-java-sdk-generativeai-3.25.1-preview1-20230906.204234-1.jar
57
mvn clean package

build_and_push.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
source env.properties
4+
35
IMAGE_NAME=oracleai
46
IMAGE_VERSION=0.1
57

build_and_run.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/bin/bash
22

3-
source ~/Downloads/env.properties
4-
#source env.properties
3+
#source ~/Downloads/env.properties
4+
source env.properties
55

6-
#The following is temporary until release is available in maven and only required to be called once...
7-
#mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=oci-java-sdk-generativeai-3.25.1-preview1-20230906.204234-1.jar
86
mvn clean package ; java -Djava.security.debug="access,failure" -jar target/oracleai-0.0.1-SNAPSHOT.jar
Binary file not shown.

run.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
source env.properties
44

5-
mvn clean package ; java -jar target/oracleai-0.0.1-SNAPSHOT.jar
5+
mvn clean package ; java -jar target/oracleai-0.0.1-SNAPSHOT.jar

0 commit comments

Comments
 (0)