Skip to content

Commit

Permalink
fix tag as per branch in use
Browse files Browse the repository at this point in the history
  • Loading branch information
Prabhjot Singh Sethi authored Mar 13, 2020
1 parent 0adc214 commit 3684252
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
source $(dirname $0)/utils/functions.sh

#TAG=${TAG:-v5.1}
TAG=${TAG:-9173bb48895428dc35848d270fada5d47f920476}
#TAG=${TAG:-9173bb48895428dc35848d270fada5d47f920476}
TAG=${TAG:-R5.1-1}

if is_centos; then
yum install -y epel-release
Expand Down

0 comments on commit 3684252

Please sign in to comment.