File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -68,10 +68,9 @@ deploy:
68
68
local_dir : site
69
69
skip_cleanup : true
70
70
on :
71
- condition : " $TRAVIS_OS_NAME = linux"
71
+ condition : $TRAVIS_OS_NAME = linux
72
72
repo : mole-ids/mole
73
73
all_branches : true
74
- condition : $TRAVIS_BRANCH =~ ^master$|^v[0-9.]+$
75
74
76
75
- provider : releases
77
76
api_key : ${GITHUB_TOKEN}
@@ -82,5 +81,4 @@ deploy:
82
81
draft : false
83
82
on :
84
83
repo : mole-ids/mole
85
- all_branches : true
86
84
tags : true
Original file line number Diff line number Diff line change @@ -49,6 +49,9 @@ RED="\e[31m"
49
49
GREEN=" \e[32m"
50
50
RESET=" \e[0m"
51
51
52
+ export CLICOLOR=1
53
+ export LSCOLORS=GxFxCxDxBxegedabagaced
54
+
52
55
function cleanUp() {
53
56
echo -n " [*] Cleaning up the build pipeline..."
54
57
ERROR=$( rm -rf ${BASE_PATH} 2>&1 > /dev/null)
You can’t perform that action at this time.
0 commit comments