Skip to content

Commit

Permalink
Update Github runner version (#165)
Browse files Browse the repository at this point in the history
* chore:Update github runner

* bump version

* Restyled by whitespace (#166)

Co-authored-by: Restyled.io <commits@restyled.io>

* update lock

Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com>
Co-authored-by: Restyled.io <commits@restyled.io>
  • Loading branch information
3 people committed Jul 20, 2020
1 parent 4d87e7a commit 94edaa9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile-cloud-runner
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM dvcorg/${DOCKER_FROM}:latest as base

LABEL maintainer="dvc.org"

# DOCKER, OUR CUSTOM DOCKER MACHINE FORK, GITLAB RUNNER AND GITHUB RUNNER
# DOCKER, OUR CUSTOM DOCKER MACHINE FORK, GITLAB RUNNER AND GITHUB RUNNER
# OUR DOCKER_MACHINE FORK SUPPORTS GPU ACCELARATOR
ENV RUNNER_PATH=/home/runner
ENV RUNNER_ALLOW_RUNASROOT=1
Expand All @@ -24,8 +24,8 @@ WORKDIR ${RUNNER_PATH}
RUN wget -O /usr/local/bin/gitlab-runner https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-linux-amd64 && \
chmod +x /usr/local/bin/gitlab-runner && \
gitlab-runner install --user=root --working-directory=${RUNNER_PATH} && \
wget https://github.com/actions/runner/releases/download/v2.263.0/actions-runner-linux-x64-2.263.0.tar.gz && \
tar xzf actions-runner-linux-x64-2.263.0.tar.gz && \
wget https://github.com/actions/runner/releases/download/v2.267.1/actions-runner-linux-x64-2.267.1.tar.gz && \
tar xzf actions-runner-linux-x64-2.267.1.tar.gz && \
./bin/installdependencies.sh && \
apt-get clean && rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dvcorg/cml",
"version": "0.1.18",
"version": "0.1.19",
"author": {
"name": "DVC",
"url": "http://cml.dev"
Expand Down

1 comment on commit 94edaa9

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment Report


logo

Please sign in to comment.