Skip to content

Commit

Permalink
Pr springboot migration final cxflow (#1317)
Browse files Browse the repository at this point in the history
* Springboot migration

* Image Version Change

* Removed support for java11

* added cacerts path

* JAVA 8 remove

* JAVA 17 Version update

* Added code for pblic scan

* Version Update

* Adding jar in Docker file

* Code to add JAR

* file path

---------

Co-authored-by: Satyam Chaurasia <[email protected]>
  • Loading branch information
1 parent 7401478 commit c393cdf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ commands: # a reusable command with parameters
- run: |
go get github.com/cxflowtestuser/ghr
VERSION=$(cat ./build/libs/version.txt)
ls -a build/libs/
ls -l build/libs/
ls -R build/libs/
rm ./build/libs/version.txt
mv build/libs/repo-${VERSION}.jar build/libs/cx-flow-${VERSION}.jar
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -n ${VERSION} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} << parameters.ghr-option >> -delete ${VERSION} ./build/libs/
Expand Down

0 comments on commit c393cdf

Please sign in to comment.