Skip to content

Commit e5b5828

Browse files
Remove gitlab runner from dockerfile (#1595)
## Description Removes installation of gitlab runner from Dockerfile. - [ ] I have reviewed the [Guidelines for Contributing](CONTRIBUTING.md) and the [Code of Conduct](CODE_OF_CONDUCT.md). --------- Co-authored-by: Jamie Broomall <jamie@whylabs.ai>
1 parent 89188d7 commit e5b5828

3 files changed

Lines changed: 4 additions & 9 deletions

File tree

β€Ž.github/workflows/whylogs-ci.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
os: [ubuntu-latest, macOS-latest]
27-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
27+
python-version: ["3.8", "3.9", "3.10", "3.11"]
2828

2929
steps:
3030
- uses: actions/checkout@v4

β€ŽDockerfileβ€Ž

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ RUN apt-get update && \
3131
RUN curl -fsSL https://deb.nodesource.com/setup_14.x | bash - && \
3232
apt-get update && apt-get install nodejs npm -y
3333
RUN npm install --global yarn
34-
RUN curl -sLJO "https://gitlab-runner-downloads.s3.amazonaws.com/latest/deb/gitlab-runner_amd64.deb" && \
35-
dpkg -i gitlab-runner_amd64.deb
3634

3735
RUN apt-get update && apt-get install -y less emacs vim
3836

β€Žpython/poetry.lockβ€Ž

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)