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 f5c932d commit c931ddfCopy full SHA for c931ddf
.travis.yml
@@ -1,6 +1,8 @@
1
import:
2
- logstash-plugins/.ci:travis/travis.yml@1.x
3
4
+before_install:
5
+ - 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"
6
+ - sudo apt-get install jq
7
arch:
- - amd64
8
- arm64
0 commit comments