We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15493f1 commit 9757da9Copy full SHA for 9757da9
travis/exec.yml
@@ -1,9 +1,9 @@
1
before_install:
2
- 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"
3
install:
4
- - .ci/docker-setup.sh
5
- - exit_code=$?
6
- |
+ .ci/docker-setup.sh;
+ exit_code=$?;
7
case $exit_code in
8
0)
9
echo "Install succeeded."
0 commit comments