Skip to content

Commit

Permalink
Try and fix CI failures
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed May 3, 2022
1 parent ad98d67 commit 3eadf5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions build_helpers/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,13 @@ lib::setup::smb_server() {
export SMB_USER=smbuser
export SMB_PASSWORD=smbpass

# Uses Archlinux as it usually contains the latest Samba release
# available allowing us to test more features
docker run \
--detach \
--rm \
--publish ${SMB_PORT}:445 \
--volume $( pwd )/build_helpers:/app:z \
--workdir /app \
archlinux:latest \
fedora:36 \
/bin/bash \
/app/samba-setup.sh \
${SMB_SHARE} \
Expand Down
3 changes: 1 addition & 2 deletions build_helpers/samba-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ SMB_SHARE="$1"
SMB_USER="$2"
SMB_PASSWORD="$3"

pacman -Syu \
--noconfirm \
dnf install -y \
samba

cat > /etc/samba/smb.conf << EOL
Expand Down

0 comments on commit 3eadf5f

Please # to comment.