Skip to content

Commit

Permalink
testbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
bkelly16 committed Nov 15, 2024
1 parent b7012ad commit 6eed570
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
playbook: /root/git/auto-packaging/actions/ansible/sign.yml
directory: ${{ github.workspace }}/packaging
group_vars_directory: ${{ github.workspace }}/packaging/group_var/
group_vars_directory: ${{ github.workspace }}/packaging/group_vars/
inventory: |
[ci]
localhost
Expand Down
4 changes: 2 additions & 2 deletions packaging/ubuntu-focal/control.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: "{{ name }}""
Source: "{{ name }}"
Section: utils
Priority: optional
Maintainer: "{{ author }}"
Expand All @@ -9,5 +9,5 @@ Vcs-Git: "{{ git_url }}"

Package: "{{ name }}"
Architecture: "{{ architecture.ubuntu }}"
Depends: "{{ dependancies.ubuntu_common | join{',') }}"
Depends: "{{ dependencies.ubuntu_common | join(',') }}"
Description: "{{ description }}""
4 changes: 2 additions & 2 deletions packaging/ubuntu-jammy/control.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: "{{ name }}""
Source: "{{ name }}"
Section: utils
Priority: optional
Maintainer: "{{ author }}"
Expand All @@ -9,5 +9,5 @@ Vcs-Git: "{{ git_url }}"

Package: "{{ name }}"
Architecture: "{{ architecture.ubuntu }}"
Depends: "{{ dependancies.ubuntu_common | join{',') }}"
Depends: "{{ dependencies.ubuntu_common | join(',') }}"
Description: "{{ description }}""

0 comments on commit 6eed570

Please sign in to comment.