Skip to content

Commit

Permalink
Source Google Adwords: fix CI (#2929)
Browse files Browse the repository at this point in the history
Remove `tap-adwords==1.12.0` installation from `Dockerfile` and `build.gradle` files.
  • Loading branch information
Zirochkaa committed May 5, 2021
1 parent 4634674 commit 76cf4e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ ENV AIRBYTE_IMPL_PATH="SourceGoogleAdwordsSinger"
WORKDIR /airbyte/integration_code
COPY $CODE_PATH ./$CODE_PATH
COPY setup.py ./
RUN pip install tap-adwords==1.12.0
RUN pip install .

LABEL io.airbyte.version=0.2.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ dependencies {
implementation files(project(':airbyte-integrations:bases:base-singer').airbyteDocker.outputs)
}

// used to allow local iteration to work
task('installSingerTap', type: PythonTask) {
module = "pip"
command = "install tap-adwords==1.12.0"
}
installReqs.dependsOn installSingerTap

airbyteStandardSourceTestFile {
// For more information on standard source tests, see https://docs.airbyte.io/contributing-to-airbyte/building-new-connector/testing-connectors
Expand Down

0 comments on commit 76cf4e0

Please sign in to comment.