Skip to content

Commit 98e0b06

Browse files
committed
install fetcher by default
1 parent fb25b32 commit 98e0b06

7 files changed

Lines changed: 4 additions & 1 deletion

File tree

.buildkite/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,8 @@ RUN pip install \
2929
pdm25 --version && \
3030
pdm --version
3131

32+
COPY fetcher fetcher
33+
34+
RUN pip install fetcher/ && rm -rf fetcher
35+
3236
ENTRYPOINT bash
File renamed without changes.

plugins/pdm-plugin-fetcher/src/pdm_plugin_fetcher/__init__.py renamed to .buildkite/fetcher/src/pdm_plugin_fetcher/__init__.py

File renamed without changes.
File renamed without changes.

.buildkite/pipeline.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ large: &large
3838

3939

4040

41-
4241
steps:
4342
- group: ":passport_control: Validating PR"
4443
steps:

0 commit comments

Comments
 (0)