Skip to content

Commit

Permalink
[CI] Re-run last failed github release workflow (take2)
Browse files Browse the repository at this point in the history
  • Loading branch information
onobc committed Oct 13, 2023
1 parent 226c4f9 commit 9becf03
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,13 @@ jobs:
--title "Spring Cloud Data Flow $BUILD_ZOO_HANDLER_spring_cloud_dataflow_version" \
--notes-file $RELEASE_NOTES_FILE
# retrieve spring-cloud-dataflow-package and upload to github release
mvn -gs .github/settings.xml \
dependency:copy \
-Dartifact=org.springframework.cloud:spring-cloud-dataflow-package:$BUILD_ZOO_HANDLER_spring_cloud_dataflow_version:zip \
-DoutputDirectory=.
gh release upload v$BUILD_ZOO_HANDLER_spring_cloud_dataflow_version \
spring-cloud-dataflow-package-$BUILD_ZOO_HANDLER_spring_cloud_dataflow_version.zip \
--clobber
# mvn -gs .github/settings.xml \
# dependency:copy \
# -Dartifact=org.springframework.cloud:spring-cloud-dataflow-package:$BUILD_ZOO_HANDLER_spring_cloud_dataflow_version:zip \
# -DoutputDirectory=.
# gh release upload v$BUILD_ZOO_HANDLER_spring_cloud_dataflow_version \
# spring-cloud-dataflow-package-$BUILD_ZOO_HANDLER_spring_cloud_dataflow_version.zip \
# --clobber

# zoo success
- name: Notify Build Success Zoo Handler Controller
Expand Down

0 comments on commit 9becf03

Please sign in to comment.