mirror of
https://github.com/kazhala/dotbare
synced 2024-11-19 15:25:46 +00:00
11 lines
414 B
YAML
11 lines
414 B
YAML
language: bash
|
|
os: linux
|
|
service:
|
|
- docker
|
|
script:
|
|
- ./shellcheck.sh
|
|
- docker image build --build-arg MIGRATE=url -t kazhala/dotbare:testurl -f tests/Dockerfile .
|
|
- docker container run -it --rm --name dotbare kazhala/dotbare:testurl
|
|
- docker image build --build-arg MIGRATE=bare -t kazhala/dotbare:testbare -f tests/Dockerfile .
|
|
- docker container run -it --rm --name dotbare kazhala/dotbare:testbare
|