Skip to content

Commit

Permalink
Merge pull request #293 from mschmieder/fix-macos-runner-download
Browse files Browse the repository at this point in the history
Fix Download and update gitlab-runner on MacOS
  • Loading branch information
guenhter authored Nov 7, 2023
2 parents d4d44bc + 333962d commit 3c7a016
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/install-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
url: "{{ gitlab_runner_download_url }}"
dest: "{{ gitlab_runner_executable }}"
force: true
become: true

- name: (MacOS) Setting Permissions for gitlab-runner executable
file:
Expand Down

0 comments on commit 3c7a016

Please sign in to comment.