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 d6210ad commit 873433fCopy full SHA for 873433f
.circleci/config.yml
@@ -6,9 +6,6 @@ workflows:
6
- test-python-3-7
7
- test-python-2-7
8
- bump-version:
9
- filters:
10
- branches:
11
- only: /BNCASB-2204.*/
12
requires:
13
14
@@ -40,11 +37,12 @@ jobs:
40
37
- run:
41
38
name: Update version number
42
39
command: |
+ sudo apt-get install bc
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
48
name: Push to GitHub
49
50
- echo "pushing to github..."
+ echo "pushing to github..."
VERSION
@@ -1 +1 @@
1
-1.36
+1.36
0 commit comments