File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -34,17 +34,17 @@ jobs:
3434 bump-version :
3535 docker :
3636 - image : circleci/python:3.7.6
37- steps :
38- - add_ssh_keys
39- - checkout
40- - run :
41- name : Update version number
42- command : |
43- OLD_VER=$(cat VERSION) && NEW_VER=$(echo $OLD_VER + .01 | bc) && echo $NEW_VER > VERSION
44- echo $OLD_VER
45- echo $NEW_VER
46- cat VERSION
47- - run :
48- name : Push to GitHub
49- command : |
50- echo "pushing to github..."
37+ steps :
38+ - add_ssh_keys
39+ - checkout
40+ - run :
41+ name : Update version number
42+ command : |
43+ OLD_VER=$(cat VERSION) && NEW_VER=$(echo $OLD_VER + .01 | bc) && echo $NEW_VER > VERSION
44+ echo $OLD_VER
45+ echo $NEW_VER
46+ cat VERSION
47+ - run :
48+ name : Push to GitHub
49+ command : |
50+ echo "pushing to github..."
You can’t perform that action at this time.
0 commit comments