We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23a71bd + c4cf173 commit 05f54fbCopy full SHA for 05f54fb
.circleci/config.yml
@@ -34,7 +34,7 @@ jobs:
34
- attach_workspace:
35
at: ~/go/src/github.com/Clever
36
- clone-ci-scripts
37
- - 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;
38
39
unit-test:
40
executor: common-executor
0 commit comments