Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phlcrny/install-gitlabrunner

gitlab-runner install script for Windows
https://github.com/phlcrny/install-gitlabrunner

gitlab gitlab-runner powershell

Last synced: 12 days ago
JSON representation

gitlab-runner install script for Windows

Awesome Lists containing this project

README

        

# Install-GitLabRunner

Automatically install or update gitlab-runner on Windows with hash-checking and optional backup of existing installs using Powershell.

## Usage

```powershell
# Install or update to the latest version, no changes made if the latest version is already installed
.\Install-GitLabRunner.ps1

# Force install or update to the latest version, regardless of current version or any hash mismatches
.\Install-GitLabRunner.ps1 -Force

# Install or update to the latest version, backs up the current version, no changes made if the latest version is already installed, and verbose messaging!
.\Install-GitLabRunner.ps1 -Backup -Verbose
```