We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b05767 commit 19c2656Copy full SHA for 19c2656
compile-and-test.sh
@@ -9,6 +9,7 @@ INFLUXDB_VERSIONS="0.13-alpine 1.0-alpine 1.1.0-rc1-alpine"
9
for version in ${INFLUXDB_VERSIONS}
10
do
11
echo "Tesing againts influxdb ${version}"
12
+ docker kill influxdb || true
13
docker rm influxdb || true
14
docker run -d --name influxdb -p 8086:8086 influxdb:${version}
15
0 commit comments