Fix in deploy script?
This commit is contained in:
parent
e0621ed0c7
commit
77413e4699
1 changed files with 3 additions and 3 deletions
|
|
@ -3,9 +3,9 @@
|
|||
# Exit on error or variable unset
|
||||
set -o errexit -o nounset
|
||||
|
||||
NC = '\e[39m'
|
||||
CYAN = '\e[36m'
|
||||
GREEN = '\e[32m'
|
||||
NC='\e[39m'
|
||||
CYAN='\e[36m'
|
||||
GREEN='\e[32m'
|
||||
|
||||
rev=$(git rev-parse --short HEAD)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue