Skip to content

Commit

Permalink
Update config.yml (#1319)
Browse files Browse the repository at this point in the history
  • Loading branch information
satyamchaurasiapersistent authored Feb 8, 2024
1 parent 845a94f commit e522d95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ commands: # a reusable command with parameters
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/
jobs:
build:
Expand Down

0 comments on commit e522d95

Please sign in to comment.