Skip to content

Commit dbe7563

Browse files
author
CircleCI Bumpversion
committed
[DEV] [Test Pull]
1 parent eb2c7d0 commit dbe7563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,10 @@ jobs:
159159
- run:
160160
name: Build Docs and Push to GitHub
161161
command: |
162+
cd /CDT
162163
git pull origin circleci-project-setup
163164
VERSION_NEW=$(cat setup.py| grep version | cut -c 20- | rev | cut -c 3- | rev)
164165
# docker pull fentechai/cdt:$VERSION_NEW
165-
cd /CDT
166166
git config --global user.email "[email protected]"
167167
git config --global user.name "Circle CI Docs"
168168
git config --global push.default simple

0 commit comments

Comments
 (0)