We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7413a commit d6df64fCopy full SHA for d6df64f
.circleci/config.yml
@@ -20,4 +20,4 @@ jobs:
20
- run: ulimit -n 2560
21
- run: make install_deps
22
- run: make test
23
- - run: if [ "${CIRCLE_BRANCH}" == "master" ]; then ../ci-scripts/circleci/github-release $GH_RELEASE_TOKEN; fi;
+ - run: if [ "${CIRCLE_BRANCH}" == "master" ]; then $HOME/ci-scripts/circleci/github-release $GH_RELEASE_TOKEN; fi;
0 commit comments