Skip to content

Commit e0475d8

Browse files
committed
ci: temporarily remove SFTP cache from SpraxDev/Action-SpigotMC
The currently configured server does not exist anymore and the new system is not set up for this yet.
1 parent c660da6 commit e0475d8

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/maven.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@ jobs:
6565
uses: SpraxDev/Action-SpigotMC@v5
6666
with:
6767
versions: 1.8, 1.8.3, 1.8.8, 1.9.2, 1.9.4, 1.10.2, 1.11.2, 1.12.2, 1.13, 1.13.2, 1.14.4, 1.15.2, 1.16.1, 1.16.3, 1.16.5
68-
sftpCacheHost: ${{ secrets.SPIGOT_BUILDTOOLS_SFTP_HOST }}
69-
sftpCachePort: ${{ vars.SPIGOT_BUILDTOOLS_SFTP_PORT }}
70-
sftpCacheUser: ${{ secrets.SPIGOT_BUILDTOOLS_SFTP_USER }}
71-
sftpCachePrivateKey: ${{ secrets.SPIGOT_BUILDTOOLS_SFTP_PRIVATE_KEY }}
72-
sftpCacheExpectedHostKey: ${{ secrets.SPIGOT_BUILDTOOLS_SFTP_HOST_KEY }}
7368

7469
# Use Java 16 for Spigot 1.17
7570
- uses: actions/setup-java@v4
@@ -81,11 +76,6 @@ jobs:
8176
uses: SpraxDev/Action-SpigotMC@v5
8277
with:
8378
versions: '1.17'
84-
sftpCacheHost: ${{ secrets.SPIGOT_BUILDTOOLS_SFTP_HOST }}
85-
sftpCachePort: ${{ vars.SPIGOT_BUILDTOOLS_SFTP_PORT }}
86-
sftpCacheUser: ${{ secrets.SPIGOT_BUILDTOOLS_SFTP_USER }}
87-
sftpCachePrivateKey: ${{ secrets.SPIGOT_BUILDTOOLS_SFTP_PRIVATE_KEY }}
88-
sftpCacheExpectedHostKey: ${{ secrets.SPIGOT_BUILDTOOLS_SFTP_HOST_KEY }}
8979

9080
- uses: actions/setup-java@v4
9181
with:
@@ -97,11 +87,6 @@ jobs:
9787
with:
9888
versions: 1.18.1, 1.18.2, 1.19, 1.19.2, 1.19.3, 1.19.4, 1.20.1, 1.20.2, 1.20.4
9989
remapped: true
100-
sftpCacheHost: ${{ secrets.SPIGOT_BUILDTOOLS_SFTP_HOST }}
101-
sftpCachePort: ${{ vars.SPIGOT_BUILDTOOLS_SFTP_PORT }}
102-
sftpCacheUser: ${{ secrets.SPIGOT_BUILDTOOLS_SFTP_USER }}
103-
sftpCachePrivateKey: ${{ secrets.SPIGOT_BUILDTOOLS_SFTP_PRIVATE_KEY }}
104-
sftpCacheExpectedHostKey: ${{ secrets.SPIGOT_BUILDTOOLS_SFTP_HOST_KEY }}
10590

10691
# Use Java 21 for everything else
10792
- uses: actions/setup-java@v4
@@ -115,11 +100,6 @@ jobs:
115100
with:
116101
versions: 1.20.6, 1.21.1, 1.21.3, 1.21.4, 1.21.5
117102
remapped: true
118-
sftpCacheHost: ${{ secrets.SPIGOT_BUILDTOOLS_SFTP_HOST }}
119-
sftpCachePort: ${{ vars.SPIGOT_BUILDTOOLS_SFTP_PORT }}
120-
sftpCacheUser: ${{ secrets.SPIGOT_BUILDTOOLS_SFTP_USER }}
121-
sftpCachePrivateKey: ${{ secrets.SPIGOT_BUILDTOOLS_SFTP_PRIVATE_KEY }}
122-
sftpCacheExpectedHostKey: ${{ secrets.SPIGOT_BUILDTOOLS_SFTP_HOST_KEY }}
123103

124104
# Compile the project using maven
125105
- name: Build with Maven

0 commit comments

Comments
 (0)