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:
111
111
- name : Inspect image
112
112
run : |
113
113
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
115
115
116
116
# If the image was pushed, we need to pull it again to inspect it
117
117
- name : Push image
118
118
if : ${{ github.event_name != 'pull_request' }}
119
119
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"
20
20
21
21
description = " RADAR-base output restructuring"
22
22
val website = " https://radar-base.org"
23
- val githubRepoName = " RADAR-base/Restructure-HDFS-topic "
23
+ val githubRepoName = " RADAR-base/radar-output-restructure "
24
24
val githubUrl = " https://github.com/${githubRepoName} "
25
25
val issueUrl = " ${githubUrl} /issues"
26
26
@@ -119,7 +119,7 @@ distributions {
119
119
}
120
120
121
121
tasks.startScripts {
122
- classpath = files(" lib/PlaceHolderForPluginPath" )
122
+ classpath = classpath?. let { it + files(" lib/PlaceHolderForPluginPath" ) }
123
123
124
124
doLast {
125
125
val windowsScriptFile = file(getWindowsScript())
You can’t perform that action at this time.
0 commit comments