Skip to content

Commit

Permalink
Delete nightly influxdb build and associated test scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
danxmoran committed Jan 6, 2021
1 parent 636da53 commit 6f10af3
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 606 deletions.
27 changes: 0 additions & 27 deletions Jenkinsfile.nightly

This file was deleted.

2 changes: 1 addition & 1 deletion circle-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tags=()

# Gather directories with a Dockerfile and sanitize the path to remove leading
# a leading ./ and multiple slashes into a single slash.
dockerfiles=$(find "$dir" -name nightly -prune -o -name Dockerfile -print0 | xargs -0 -I{} dirname {} | grep -v dockerlib | sed 's@^./@@' | sed 's@//*@/@g')
dockerfiles=$(find "$dir" -name Dockerfile -print0 | xargs -0 -I{} dirname {} | grep -v dockerlib | sed 's@^./@@' | sed 's@//*@/@g')
for path in $dockerfiles; do
# Generate a tag by replacing the first slash with a colon and all remaining slashes with a dash.
tag=$(echo $path | sed 's@/@:@' | sed 's@/@-@g')
Expand Down
217 changes: 0 additions & 217 deletions influxdb/circle-test.sh

This file was deleted.

26 changes: 0 additions & 26 deletions influxdb/nightly/Dockerfile

This file was deleted.

35 changes: 0 additions & 35 deletions influxdb/nightly/alpine/Dockerfile

This file was deleted.

12 changes: 0 additions & 12 deletions influxdb/nightly/alpine/entrypoint.sh

This file was deleted.

10 changes: 0 additions & 10 deletions influxdb/nightly/alpine/influxdb.conf

This file was deleted.

Loading

0 comments on commit 6f10af3

Please sign in to comment.