Skip to content

Commit 3dce023

Browse files
committed
Rename 'ci-resources' to 'deploy-resources'
1 parent b352531 commit 3dce023

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
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>
@@ -276,9 +276,9 @@
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.

0 commit comments

Comments
 (0)