File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- #! /bin/sh
1
+ #! /bin/bash
2
2
3
3
# Exit on error
4
4
set -e
Original file line number Diff line number Diff line change 1
- #! /bin/sh
1
+ #! /bin/bash
2
2
3
3
# Exit on error
4
4
set -e
7
7
if [[ $ALGOLIASEARCH_ZENDESK_VERSION == " " ]]; then
8
8
current=` json -f package.json version`
9
9
read -p " New version number (current is ${current} ): " version
10
- export ALGOLIASEARCH_ZENDESK_VERSION=$version
10
+ export ALGOLIASEARCH_ZENDESK_VERSION=${ version:- $current }
11
11
fi
12
12
13
13
# Ask for confirmation
Original file line number Diff line number Diff line change 1
- #! /bin/sh
1
+ #! /bin/bash
2
2
3
3
# Exit on error
4
4
set -e
Original file line number Diff line number Diff line change 1
- #! /bin/sh
1
+ #! /bin/bash
2
2
3
3
# Exit on error
4
4
set -e
Original file line number Diff line number Diff line change 1
- #! /bin/sh
1
+ #! /bin/bash
2
2
3
3
APPLICATION_ID=' ' \
4
4
API_KEY=' ' \
You can’t perform that action at this time.
0 commit comments