Skip to content

Commit 9757da9

Browse files
authored
Update exec.yml to do a single install script
1 parent 15493f1 commit 9757da9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

travis/exec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
before_install:
22
- mkdir -p .ci && curl -sL https://github.com/logstash-plugins/.ci/archive/1.x.tar.gz | tar zxvf - --skip-old-files --strip-components=1 -C .ci --wildcards "*Dockerfile*" "*docker*" "*.sh"
33
install:
4-
- .ci/docker-setup.sh
5-
- exit_code=$?
64
- |
5+
.ci/docker-setup.sh;
6+
exit_code=$?;
77
case $exit_code in
88
0)
99
echo "Install succeeded."

0 commit comments

Comments
 (0)