1
0
mirror of synced 2026-01-04 09:04:47 -05:00
Files
airbyte/airbyte-integrations/connectors/source-scaffold-source-python/acceptance-test-docker.sh

8 lines
216 B
Bash

#!/usr/bin/env sh
docker run --rm -it \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /tmp:/tmp \
-v $(pwd):/test_input \
airbyte/source-acceptance-test \
--acceptance-test-config /test_input