Merge pull request #248 from flatcar-linux/jepio/fix-tap-ingest

ci-automation/tapfile_helper_lib: fix commiting last transaction
This commit is contained in:
Jeremi Piotrowski 2022-03-10 10:18:46 +01:00 committed by GitHub
commit 957981740a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,10 +160,9 @@ function tap_ingest_tapfile() {
fi
done < "$tapfile"
SQL="${SQL}COMMIT;"
__sqlite3_wrapper "${SQL}"
)
SQL="${SQL}COMMIT;"
__sqlite3_wrapper "${SQL}"
}
# --