Skip to content

Commit b23156e

Browse files
committed
Make log more verbose
1 parent 37e801e commit b23156e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

scripts/before_install_3.7

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -eux
23

34
ls -la ${BASEDIR}
45
git config --global user.email "travisci-build-bot@example.com"

scripts/renew-catalog-template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -eux
23

34
# merge from upstream
45
cd "${BASEDIR}"/cpython-doc-catalog

scripts/upload-catalog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -eux
23

34
# clone an additional repository
45
cd "${BASEDIR}"

0 commit comments

Comments
 (0)