We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2c7d0 commit dbe7563Copy full SHA for dbe7563
.circleci/config.yml
@@ -159,10 +159,10 @@ jobs:
159
- run:
160
name: Build Docs and Push to GitHub
161
command: |
162
+ cd /CDT
163
git pull origin circleci-project-setup
164
VERSION_NEW=$(cat setup.py| grep version | cut -c 20- | rev | cut -c 3- | rev)
165
# docker pull fentechai/cdt:$VERSION_NEW
- cd /CDT
166
git config --global user.email "[email protected]"
167
git config --global user.name "Circle CI Docs"
168
git config --global push.default simple
0 commit comments