Skip to content

Commit 2443473

Browse files
committed
raw log
1 parent b8a9be1 commit 2443473

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

admin/build.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ set -ex
1818
# In all of the above modes, the `version` needs to be specified.
1919
#
2020
# before_install:
21-
# - export version=2.12.4
22-
# - export mode=archives
21+
# - export version=2.12.4
22+
# - export mode=archives
2323

2424

2525
# Encryping files (if you need to encrypt a new file but no longer have the secret, create a new
@@ -110,7 +110,8 @@ if [[ "$TRAVIS_EVENT_TYPE" == "api" ]]; then
110110
echo "Running a release for $version"
111111
triggerMsiRelease
112112
repositoriesFile="$TRAVIS_BUILD_DIR/conf/repositories"
113-
sbt \
113+
# The log is too long for the travis UI, so remove ANSI codes to have a clean raw version
114+
sbt -Dsbt.log.noformat=true \
114115
-Dsbt.override.build.repos=true -Dsbt.repository.config="$repositoriesFile" \
115116
-Dproject.version=$version \
116117
"show fullResolvers" clean update s3Upload

0 commit comments

Comments
 (0)