mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
Revert "Add docker for integration tests" (#36)
This reverts commit 67d938c3de.
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
if ! (docker --version); then
|
||||
printf 'Docker is required to run the starship integration tests.\n'
|
||||
printf 'Please download and install Docker in order to run these tests locally.\n'
|
||||
exit 1
|
||||
fi
|
||||
|
||||
printf 'Building test docker image:\n'
|
||||
docker build -f tests/Dockerfile --tag starship-test .
|
||||
|
||||
printf 'Running test suite:\n'
|
||||
docker run --rm -t -v $(pwd):/starship starship-test
|
||||
Reference in New Issue
Block a user