mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-17 06:09:53 +05:00
Remove sshpass usage in rpm
This commit is contained in:
@@ -269,7 +269,7 @@
|
||||
|
||||
# Move the file to PKG server
|
||||
- name: Copy the file to PKG server
|
||||
shell: 'sshpass -p {{ pkgPass }} scp cgr_build/RPMS/x86_64/{{ item }} {{ gouser }}@{{ internalPkgAddr }}:/tmp/'
|
||||
shell: 'scp cgr_build/RPMS/x86_64/{{ item }} {{ internalPkgAddr }}:/tmp/'
|
||||
with_items: '{{ rmpFileName.stdout_lines }}'
|
||||
|
||||
- name: Sign with rpm --addsign the .rpm file
|
||||
|
||||
Reference in New Issue
Block a user