File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3232 - run : apk update
3333 - run : apk add make gcc g++ git
3434 - run : git clone https://github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME
35- - run : git checkout tags/$CIRCLE_TAG -C $CIRCLE_PROJECT_REPONAME
35+ - run : cd $CIRCLE_PROJECT_REPONAME && git checkout tags/$CIRCLE_TAG
3636 - run : cd $CIRCLE_PROJECT_REPONAME && make get
3737 - run : cd $CIRCLE_PROJECT_REPONAME && make test
3838 build-tagged :
4343 - run : apk update
4444 - run : apk add make gcc g++ git
4545 - run : git clone https://github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME
46- - run : git checkout tags/$CIRCLE_TAG -C $CIRCLE_PROJECT_REPONAME
46+ - run : cd $CIRCLE_PROJECT_REPONAME && git checkout tags/$CIRCLE_TAG
4747 - run : cd $CIRCLE_PROJECT_REPONAME && make get
4848 - run : cd $CIRCLE_PROJECT_REPONAME && make plugin
4949 - persist_to_workspace :
You can’t perform that action at this time.
0 commit comments