mirror of
https://github.com/ViViDboarder/docker-duplicity-cron.git
synced 2024-12-22 05:47:38 +00:00
Final fix for travis?
This commit is contained in:
parent
57836c2bf5
commit
5c97af4fb3
4
Makefile
4
Makefile
@ -32,11 +32,11 @@ test-all: test-x86 test-arm
|
|||||||
|
|
||||||
.PHONY: test-s3-x86
|
.PHONY: test-s3-x86
|
||||||
test-s3-x86:
|
test-s3-x86:
|
||||||
cd tests && ./test-s3.sh ubuntu
|
cd tests && ./test-s3.sh Dockerfile
|
||||||
|
|
||||||
.PHONY: test-s3-arm
|
.PHONY: test-s3-arm
|
||||||
test-s3-arm:
|
test-s3-arm:
|
||||||
cd tests && ./test-s3.sh raspbian
|
cd tests && ./test-s3.sh Dockerfile.armhf
|
||||||
|
|
||||||
.PHONY: test-s3-all
|
.PHONY: test-s3-all
|
||||||
test-s3-all: test-s3-x86 test-s3-arm
|
test-s3-all: test-s3-x86 test-s3-arm
|
||||||
|
@ -3,7 +3,7 @@ services:
|
|||||||
duplicity:
|
duplicity:
|
||||||
build:
|
build:
|
||||||
context: ..
|
context: ..
|
||||||
dockerfile: Dockerfile.${DOCKER_BASE}
|
dockerfile: ${DOCKERFILE}
|
||||||
entrypoint: "bash"
|
entrypoint: "bash"
|
||||||
command: ["/test.sh"]
|
command: ["/test.sh"]
|
||||||
hostname: itest
|
hostname: itest
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
export DOCKER_BASE=$1
|
export DOCKERFILE=$1
|
||||||
|
|
||||||
docker-compose -f docker-compose-test-s3.yml up \
|
docker-compose -f docker-compose-test-s3.yml up \
|
||||||
--build --abort-on-container-exit --force-recreate
|
--build --abort-on-container-exit --force-recreate
|
||||||
|
Loading…
Reference in New Issue
Block a user