Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
release: comment out installing and testing of built deb package
Browse files Browse the repository at this point in the history
Installing the deb package requires root permissions in the container which currently is not possible to obtain.
  • Loading branch information
robaerd committed Oct 27, 2020
1 parent 5a684e3 commit 8330985
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/release/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,15 +153,15 @@ configure_debian_package() {
cd $BASE_DIR
mkdir -p $BASE_DIR/$VERSION/debian/$DVERSION
mv elektra_$DVERSION* *$DVERSION*.deb elektra_$VERSION.orig.tar.gz $BASE_DIR/$VERSION/debian/$DVERSION/
sudo dpkg -i $BASE_DIR/$VERSION/debian/$DVERSION/*$(dpkg-architecture -qDEB_BUILD_ARCH).deb
# sudo dpkg -i $BASE_DIR/$VERSION/debian/$DVERSION/*$(dpkg-architecture -qDEB_BUILD_ARCH).deb

kdb --version | tee ~elektra/$VERSION/debian/version
# kdb --version | tee ~elektra/$VERSION/debian/version

# trace kdb calls
log_strace "strace-debian-package"
# log_strace "strace-debian-package"

# run and log tests
run_log_tests "test-debian-package"
# run_log_tests "test-debian-package"

}

Expand Down

0 comments on commit 8330985

Please sign in to comment.