File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ before_install:
12
12
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
13
13
- chmod +x docker-compose
14
14
- sudo mv docker-compose /usr/local/bin
15
- - docker pull appropriate /curl:latest
15
+ - docker pull curlimages /curl:latest
16
16
17
17
script :
18
18
- bats test/test.full.bats
Original file line number Diff line number Diff line change 2
2
.PHONY : test
3
3
4
4
update-dependencies :
5
- docker pull appropriate /curl:latest
5
+ docker pull curlimages /curl:latest
6
6
docker pull postgres:9.5
7
7
8
8
test :
@@ -15,4 +15,4 @@ compose-up:
15
15
docker-compose up
16
16
17
17
build :
18
- docker build -t cachet/docker .
18
+ docker build -t cachet/docker .
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ function curl_container {
31
31
local -r container=$1
32
32
local -r path=$2
33
33
shift 2
34
- docker run --rm --net=docker_default --label bats-type=" curl" appropriate /curl --silent \
34
+ docker run --rm --net=docker_default --label bats-type=" curl" curlimages /curl --silent \
35
35
--connect-timeout 5 \
36
36
--max-time 20 \
37
37
--retry 4 --retry-delay 5 \
You can’t perform that action at this time.
0 commit comments