Skip to content

Commit

Permalink
Merge branch 'htgoebel-fix-github-action-findings' into stable-3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drybjed committed Aug 27, 2023
2 parents 3a39726 + ba28465 commit c51f3ed
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
make check
ansible-lint:
runs-on: 'ubuntu-20.04'
runs-on: 'ubuntu-22.04'
steps:

- name: Add ~/.local/bin to $PATH
Expand Down
1 change: 0 additions & 1 deletion ansible/roles/gitlab/files/script/gitlab-version2
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python2
# -*- coding: utf-8 -*-

# Copyright (C) 2015-2017 Maciej Delmanowski <drybjed@gmail.com>
# Copyright (C) 2015-2017 DebOps <https://debops.org/>
Expand Down
1 change: 0 additions & 1 deletion ansible/roles/gitlab/files/script/gitlab-version3
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Copyright (C) 2015-2017 Maciej Delmanowski <drybjed@gmail.com>
# Copyright (C) 2015-2017 DebOps <https://debops.org/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ ExecStart={{ gitlab_app_root_path }}/gitlab-workhorse/gitlab-workhorse \

[Install]
WantedBy=multi-user.target

Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ production:
{# {% else %}
socket: {{ gitlab_database_map[gitlab__database].dbhost | d('/var/run/postgresql') }}
{% endif %} #}

0 comments on commit c51f3ed

Please sign in to comment.