Skip to content

Commit

Permalink
Merge pull request #291 from okurz/fix/openqa_submission_poo153427
Browse files Browse the repository at this point in the history
Fix submission of openQA package after node module changes
  • Loading branch information
mergify[bot] authored Feb 14, 2024
2 parents f7dc1a0 + 261342a commit 6112a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os-autoinst-obs-auto-submit
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ update_package() {
mv -v "$file" "$(echo "$file" | sed -e 's,.*:,,')"
done
version=$(sed -n 's/^Version:\s*//p' ./*.spec || sed -n 's/^version:\s*//p' ./*.obsinfo)
rm -f ./*rpmlintrc _servicedata
rm -f ./*rpmlintrc _servicedata node_modules.sums package-lock.json
$osc addremove
sed -i '/rpmlintrc/d' ./*.spec || true
if [[ "$package" == "os-autoinst-distri-opensuse-deps" || "$package" =~ "container" ]]; then
Expand Down

0 comments on commit 6112a58

Please sign in to comment.