Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Update GitLab-Runner version in Molecule and README
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashuste committed Sep 20, 2022
1 parent 6913612 commit 5fa49f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ None.
### GitLab-Runner variables

```yaml
gitlab_runner_version: 15.1.0
gitlab_runner_version: 15.3.0
```
The version of GitLab-Runner to install.
Expand Down
6 changes: 3 additions & 3 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ provisioner:
gitlab_runner_concurrent: 4
host_vars:
instance_gitlab_ci_openstack_1:
gitlab_runner_version: "15.1.0"
gitlab_runner_deb_file: "https://packages.gitlab.com/runner/gitlab-runner/packages/ubuntu/jammy/gitlab-runner_15.1.0_amd64.deb/download.deb"
gitlab_runner_version: "15.3.0"
gitlab_runner_deb_file: "https://packages.gitlab.com/runner/gitlab-runner/packages/ubuntu/jammy/gitlab-runner_15.3.0_amd64.deb/download.deb"
gitlab_runner_install_docker: true
gitlab_runner_ssh_public_key: "test_key.pub"
gitlab_runner_ssh_private_key: "test_key"
Expand All @@ -58,7 +58,7 @@ provisioner:
locked: True
limit: 10
instance_gitlab_ci_openstack_2:
gitlab_runner_version: "15.1.0"
gitlab_runner_version: "15.3.0"
gitlab_runner_install_docker: false
gitlab_runner_ssh_public_key: ""
gitlab_runner_ssh_private_key: ""
Expand Down

0 comments on commit 5fa49f6

Please sign in to comment.