File tree Expand file tree Collapse file tree
src/main/deploy-resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ jobs:
2727 if-no-files-found : error
2828 retention-days : 1
2929 overwrite : true
30- - name : Persist built ci -resources
30+ - name : Persist built deploy -resources
3131 if : matrix.os == 'ubuntu-latest' && matrix.jdk == '8'
3232 uses : actions/upload-artifact@v4
3333 with :
34- name : ci -resources
35- path : target/classes/ci -resources/*
34+ name : deploy -resources
35+ path : target/classes/deploy -resources/*
3636 if-no-files-found : error
3737 retention-days : 1
3838 overwrite : true
@@ -48,10 +48,10 @@ jobs:
4848 uses : actions/download-artifact@v4
4949 with :
5050 name : xar
51- - name : Retrieve built ci -resources
51+ - name : Retrieve built deploy -resources
5252 uses : actions/download-artifact@v4
5353 with :
54- name : ci -resources
54+ name : deploy -resources
5555 - name : Set scripts as executable
5656 run : chmod +x upload-remote-tmp-xar.sh redeploy-xar-package.sh delete-remote-tmp-xar.sh
5757 - name : Upload temp XAR to Remote Database Server
Original file line number Diff line number Diff line change 266266
267267 <profile >
268268 <!-- NOTE(AR) Build the scripts needed for use in CI -->
269- <id >ci -resources</id >
269+ <id >deploy -resources</id >
270270 <activation >
271271 <property >
272272 <name >env.CI</name >
276276 <build >
277277 <resources >
278278 <resource >
279- <directory >src/main/ci -resources</directory >
279+ <directory >src/main/deploy -resources</directory >
280280 <filtering >true</filtering >
281- <targetPath >ci -resources</targetPath >
281+ <targetPath >deploy -resources</targetPath >
282282 </resource >
283283 </resources >
284284 </build >
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments