Skip to content

Commit 6f10af3

Browse files
committed
Delete nightly influxdb build and associated test scripts.
1 parent 636da53 commit 6f10af3

File tree

11 files changed

+1
-606
lines changed

11 files changed

+1
-606
lines changed

Jenkinsfile.nightly

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

circle-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tags=()
3232

3333
# Gather directories with a Dockerfile and sanitize the path to remove leading
3434
# a leading ./ and multiple slashes into a single slash.
35-
dockerfiles=$(find "$dir" -name nightly -prune -o -name Dockerfile -print0 | xargs -0 -I{} dirname {} | grep -v dockerlib | sed 's@^./@@' | sed 's@//*@/@g')
35+
dockerfiles=$(find "$dir" -name Dockerfile -print0 | xargs -0 -I{} dirname {} | grep -v dockerlib | sed 's@^./@@' | sed 's@//*@/@g')
3636
for path in $dockerfiles; do
3737
# Generate a tag by replacing the first slash with a colon and all remaining slashes with a dash.
3838
tag=$(echo $path | sed 's@/@:@' | sed 's@/@-@g')

influxdb/circle-test.sh

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

influxdb/nightly/Dockerfile

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

influxdb/nightly/alpine/Dockerfile

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

influxdb/nightly/alpine/entrypoint.sh

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

influxdb/nightly/alpine/influxdb.conf

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

0 commit comments

Comments
 (0)