Skip to content

Commit 4c6b840

Browse files
committed
re-enable workflow
1 parent 268c560 commit 4c6b840

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/packages/package-check.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,9 @@ prep_txz() {
258258

259259
prepare_packages() {
260260
echo "Preparing packages for upload..."
261-
# prep_deb
262-
# prep_apk
263-
# prep_rpm
261+
prep_deb
262+
prep_apk
263+
prep_rpm
264264
if [[ ${majorVersion} == "2" ]]; then
265265
prep_txz
266266
fi
@@ -286,8 +286,8 @@ create_tarball() {
286286

287287
# Main
288288

289-
#check_repo
290-
#check_pkgs
289+
check_repo
290+
check_pkgs
291291

292292
# Prepare packages for upload
293293
if [[ ${DL} == 1 ]]; then

0 commit comments

Comments
 (0)