Skip to content

Commit d6210ad

Browse files
committed
BNCASB-2204: Fix the indentation
1 parent 609ed34 commit d6210ad

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.circleci/config.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff 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..."

0 commit comments

Comments
 (0)