Skip to content

Commit

Permalink
Merge pull request #60 from Clever/INFRANG-6465
Browse files Browse the repository at this point in the history
fix ci-scripts path in publish step
  • Loading branch information
sriram-clever authored Sep 19, 2024
2 parents 23a71bd + c4cf173 commit 05f54fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- attach_workspace:
at: ~/go/src/github.com/Clever
- clone-ci-scripts
- run: if [ "${CIRCLE_BRANCH}" == "master" ]; then $HOME/ci-scripts/circleci/github-release $GH_RELEASE_TOKEN; fi;
- run: if [ "${CIRCLE_BRANCH}" == "master" ]; then ../ci-scripts/circleci/github-release $GH_RELEASE_TOKEN; fi;

unit-test:
executor: common-executor
Expand Down

0 comments on commit 05f54fb

Please sign in to comment.