Skip to content

Commit 55f3d32

Browse files
authored
Use common ci 1x 8x (#195)
* Update the LOGSTASH_PATH of gralde.properties. * Use common .ci -> 1.x as we are doing with rest of plugins.
1 parent dfe51e9 commit 55f3d32

File tree

4 files changed

+2
-78
lines changed

4 files changed

+2
-78
lines changed

.buildkite/scripts/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ else
1212
git checkout "$TARGET_BRANCH"
1313
fi
1414

15-
mkdir -p .ci && curl -sL --retry 5 --retry-delay 5 https://github.com/logstash-plugins/.ci/archive/buildkite-1.x.tar.gz | tar zxvf - --skip-old-files --strip-components=1 -C .ci --wildcards '*Dockerfile*' '*docker*' '*.sh' && .ci/docker-setup.sh && .ci/docker-run.sh
15+
mkdir -p .ci && curl -sL --retry 5 --retry-delay 5 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' && .ci/docker-setup.sh && .ci/docker-run.sh

.ci/docker-run.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

.ci/docker-setup.sh

Lines changed: 0 additions & 62 deletions
This file was deleted.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
LOGSTASH_PATH=../../ls
1+
LOGSTASH_PATH=../../logstash
22
ELASTICSEARCH_TREEISH=8.16

0 commit comments

Comments
 (0)