Skip to content

Commit 0ac8afc

Browse files
authored
Merge pull request #90 from infosiftr/happy
Add "pgp-happy-eyeballs" in Travis to help cut down on gpg-related issues
2 parents 606dfc2 + fa0730f commit 0ac8afc

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.travis.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,18 @@ install:
1212

1313
before_script:
1414
- env | sort
15-
- cd "$VERSION"
15+
- wget -qO- 'https://github.com/tianon/pgp-happy-eyeballs/raw/master/hack-my-builds.sh' | bash
16+
- cd "$VERSION/$VARIANT"
1617
- image="logstash:${VERSION}${VARIANT:+-$VARIANT}"
1718

1819
script:
19-
- travis_retry docker build -t "$image" "${VARIANT:-.}"
20-
- ~/official-images/test/run.sh "$image"
20+
- |
21+
(
22+
set -Eeuo pipefail
23+
set -x
24+
docker build -t "$image" .
25+
~/official-images/test/run.sh "$image"
26+
)
2127
2228
after_script:
2329
- docker images

0 commit comments

Comments
 (0)