Loading .gitlab-ci.yml +2 −4 Original line number Diff line number Diff line Loading @@ -344,8 +344,7 @@ job_publish_release: - echo ${fn_rpm} - echo ${fn_srpm} - | ssh xv6@packages.sns.gov "test -f /var/www/html/distros/rhel/9/sns/RPMS/noarch/${fn_rpm}" ; rc="$?" if [[ ${rc} -eq 0 ]]; then if ssh xv6@packages.sns.gov "test -f /var/www/html/distros/rhel/9/sns/RPMS/noarch/${fn_rpm}"; then echo . echo . echo "nsd-app-wrap publish >> [Error] << destination already exists: packages.sns.gov:/var/www/html/distros/rhel/9/sns/RPMS/noarch/${fn_rpm}" Loading @@ -355,8 +354,7 @@ job_publish_release: fi - | ssh xv6@packages.sns.gov "test -f /var/www/html/distros/rhel/9/sns/SRPMS/${fn_srpm}" ; rc="$?" if [[ ${rc} -eq 0 ]]; then if ssh xv6@packages.sns.gov "test -f /var/www/html/distros/rhel/9/sns/SRPMS/${fn_srpm}"; then echo . echo . echo "nsd-app-wrap publish >> [Error] << destination already exists: packages.sns.gov:/var/www/html/distros/rhel/9/sns/SRPMS/${fn_srpm}" Loading Loading
.gitlab-ci.yml +2 −4 Original line number Diff line number Diff line Loading @@ -344,8 +344,7 @@ job_publish_release: - echo ${fn_rpm} - echo ${fn_srpm} - | ssh xv6@packages.sns.gov "test -f /var/www/html/distros/rhel/9/sns/RPMS/noarch/${fn_rpm}" ; rc="$?" if [[ ${rc} -eq 0 ]]; then if ssh xv6@packages.sns.gov "test -f /var/www/html/distros/rhel/9/sns/RPMS/noarch/${fn_rpm}"; then echo . echo . echo "nsd-app-wrap publish >> [Error] << destination already exists: packages.sns.gov:/var/www/html/distros/rhel/9/sns/RPMS/noarch/${fn_rpm}" Loading @@ -355,8 +354,7 @@ job_publish_release: fi - | ssh xv6@packages.sns.gov "test -f /var/www/html/distros/rhel/9/sns/SRPMS/${fn_srpm}" ; rc="$?" if [[ ${rc} -eq 0 ]]; then if ssh xv6@packages.sns.gov "test -f /var/www/html/distros/rhel/9/sns/SRPMS/${fn_srpm}"; then echo . echo . echo "nsd-app-wrap publish >> [Error] << destination already exists: packages.sns.gov:/var/www/html/distros/rhel/9/sns/SRPMS/${fn_srpm}" Loading