File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -111,10 +111,9 @@ jobs:
111111 - name : Inspect image
112112 run : |
113113 docker image inspect ${{ env.DOCKER_IMAGE }}:${{ steps.docker_meta.outputs.version }}
114- docker run --rm ${{ env.DOCKER_IMAGE }}:${{ steps.docker_meta.outputs.version }} curl --help
114+ docker run --rm ${{ env.DOCKER_IMAGE }}:${{ steps.docker_meta.outputs.version }} --help
115115
116116 # If the image was pushed, we need to pull it again to inspect it
117117 - name : Push image
118118 if : ${{ github.event_name != 'pull_request' }}
119119 run : docker push ${{ env.DOCKER_IMAGE }}:${{ steps.docker_meta.outputs.version }}
120-
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ version = "1.2.0"
2020
2121description = " RADAR-base output restructuring"
2222val website = " https://radar-base.org"
23- val githubRepoName = " RADAR-base/Restructure-HDFS-topic "
23+ val githubRepoName = " RADAR-base/radar-output-restructure "
2424val githubUrl = " https://github.com/${githubRepoName} "
2525val issueUrl = " ${githubUrl} /issues"
2626
@@ -119,7 +119,7 @@ distributions {
119119}
120120
121121tasks.startScripts {
122- classpath = files(" lib/PlaceHolderForPluginPath" )
122+ classpath = classpath?. let { it + files(" lib/PlaceHolderForPluginPath" ) }
123123
124124 doLast {
125125 val windowsScriptFile = file(getWindowsScript())
You can’t perform that action at this time.
0 commit comments