Skip to content

Commit f030016

Browse files
committed
dev: remove git-lfs dependency from project
Signed-off-by: Reuben Miller <reuben.d.miller@gmail.com>
1 parent ba3a53e commit f030016

22 files changed

+0
-103
lines changed

.gitattributes

Lines changed: 0 additions & 23 deletions
This file was deleted.

tests/RobotFramework/bin/setup.sh

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,6 @@ pushd "$SCRIPT_DIR/.." >/dev/null || exit 1
1313
# Required to prevent dbus errors on raspberry pi
1414
export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring
1515

16-
# Use git lfs for test artefacts
17-
if ! git lfs env >/dev/null 2>&1; then
18-
# install git-lfs dependency, try proceeding anyway if a package manager is not found
19-
if command -V apt-get >/dev/null 2>&1; then
20-
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
21-
sudo apt-get install -y --no-install-recommends git-lfs
22-
elif command -V yum >/dev/null 2>&1; then
23-
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.rpm.sh | sudo bash
24-
sudo yum install -y git-lfs
25-
elif command -V dnf >/dev/null 2>&1; then
26-
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.rpm.sh | sudo bash
27-
sudo dnf install -y git-lfs
28-
elif command -V brew >/dev/null 2>&1; then
29-
brew install git-lfs
30-
fi
31-
fi
32-
33-
git lfs install
34-
git lfs pull
35-
3616
#
3717
# Setup python virtual environment and install dependencies
3818
#

tests/RobotFramework/tests/cumulocity/self-update/base-version/tedge-agent_0.0.1_amd64.deb

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/RobotFramework/tests/cumulocity/self-update/base-version/tedge-agent_0.0.1_arm64.deb

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/RobotFramework/tests/cumulocity/self-update/base-version/tedge-agent_0.0.1_armhf.deb

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/RobotFramework/tests/cumulocity/self-update/base-version/tedge-agent_0.0.1_armv6.deb

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/RobotFramework/tests/cumulocity/self-update/base-version/tedge-apt-plugin_0.0.1_amd64.deb

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/RobotFramework/tests/cumulocity/self-update/base-version/tedge-apt-plugin_0.0.1_arm64.deb

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/RobotFramework/tests/cumulocity/self-update/base-version/tedge-apt-plugin_0.0.1_armhf.deb

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/RobotFramework/tests/cumulocity/self-update/base-version/tedge-apt-plugin_0.0.1_armv6.deb

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)