Skip to content

Commit

Permalink
馃悰 SAT: add network host mode (#8998)
Browse files Browse the repository at this point in the history
  • Loading branch information
antixar committed Dec 21, 2021
1 parent fe954c1 commit 4a16965
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ COPY pytest.ini setup.py ./
COPY source_acceptance_test ./source_acceptance_test
RUN pip install .

LABEL io.airbyte.version=0.1.39
LABEL io.airbyte.version=0.1.40
LABEL io.airbyte.name=airbyte/source-acceptance-test

ENTRYPOINT ["python", "-m", "pytest", "-p", "source_acceptance_test.plugin", "-r", "fEsx"]
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def run(self, cmd, config=None, state=None, catalog=None, **kwargs) -> Iterable[
command=cmd,
working_dir="/data",
volumes=volumes,
network_mode="host",
detach=True,
**kwargs,
)
Expand Down
Empty file removed tools/bin/ci_credentials.sh
Empty file.

0 comments on commit 4a16965

Please sign in to comment.