File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 88
88
# name: "hadoop-aws-3.5.0-SNAPSHOT.jar"
89
89
90
90
BuildIcebergAndUploadArtifact :
91
+ needs : BuildAnalyticsAcceleratorAndUploadArtifact
91
92
name : Build Iceberg artifacts
92
93
runs-on : ubuntu-latest
93
94
steps :
96
97
with :
97
98
java-version : ' 11'
98
99
distribution : ' corretto'
100
+
101
+ - uses : actions/download-artifact@v4
102
+ with :
103
+ name : " analyticsaccelerator-s3-SNAPSHOT.jar"
104
+ path : ./aal
99
105
106
+ - name : Install aal SNAPSHOT to local Maven
107
+ run : |
108
+ mvn install:install-file -Dfile=./aal/analyticsaccelerator-s3-SNAPSHOT.jar \
109
+ -DgroupId=com.software.amazon -DartifactId=analyticsaccelerator-s3 \
110
+ -Dversion=SNAPSHOT -Dpackaging=jar
111
+
100
112
- name : Setup Gradle
101
113
uses : gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
102
114
You can’t perform that action at this time.
0 commit comments