Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/phlcrny/install-gitlabrunner
- Owner: phlcrny
- Created: 2021-12-18T13:47:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-21T20:04:25.000Z (over 2 years ago)
- Last Synced: 2024-11-27T12:19:33.232Z (2 months ago)
- Topics: gitlab, gitlab-runner, powershell
- Language: PowerShell
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```