Skip to content

Commit

Permalink
Update path to runner homedir
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkarlsen authored May 30, 2020
1 parent a3f48ca commit 95ff7cd
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ metadata:
name: test
namespace: actions-runner
spec:
# Add fields here
minRunners: 0
maxRunners: 0
minRunners: 1
maxRunners: 1
organization: yourOrg
tokenRef:
key: GH_TOKEN
Expand Down Expand Up @@ -43,9 +42,9 @@ spec:
volumeMounts:
- mountPath: /certs
name: docker-certs
- mountPath: /runner/.m2
- mountPath: /home/runner/.m2
name: mvn-repo
- mountPath: /runner/.m2/settings.xml
- mountPath: /home/runner/.m2/settings.xml
name: settings-xml
- env:
- name: DOCKER_TLS_CERTDIR
Expand Down

0 comments on commit 95ff7cd

Please sign in to comment.