Skip to content

Commit 5082ae3

Browse files
test
1 parent f318cb1 commit 5082ae3

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,7 @@ jobs:
5555
run: |
5656
filenameZip=$(find . -name "grails-*.zip" | head -1)
5757
printenv $filenameZip
58-
filenameZip=$(basename $filenameZip)
59-
pluginZip=${filenameZip:7}
60-
printenv $pluginZip
61-
mv $filenameZip $pluginZip
62-
sha1sum $pluginZip | cut -d " " -f 1 >> $pluginZip.sha1
63-
version="${${pluginZip/.zip/}#*-}"
64-
filenamePom=$(find . -name "pom.xml" | head -1)
65-
mv $filenamePom ./tomcat-${version}.pom
66-
filenamePom=$(basename $filenamePom)
67-
sha1sum tomcat-${version}.pom | cut -d " " -f 1 >> tomcat-${version}.pom.sha1
68-
mkdir -p ./plugin-artifacts
69-
mv tomcat-* ./plugin-artifacts/.
70-
58+
7159
- uses: actions/upload-artifact@v1
7260
with:
7361
name: plugin-artifacts

0 commit comments

Comments
 (0)