Skip to content
Snippets Groups Projects
Commit 154e7a11 authored by samm2's avatar samm2
Browse files

circleci: fix download

parent ab2fa14e
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ references:
run:
name: Downloading files from the SF.net
command: >
ver=${CIRCLE_BRANCH#origin/RELEASE_} && ver=${ver%_DRIVEDB} && ver=${rel/_/.} &&
ver=${CIRCLE_BRANCH#origin/RELEASE_} && ver=${ver%_DRIVEDB} && ver=${ver/_/.} &&
echo ${ver} > ~/SM_VER && cd ~/ &&
wget https://downloads.sourceforge.net/project/smartmontools/smartmontools/${ver}/smartmontools-${ver}.tar.gz &&
tar -xvzf /smartmontools-${ver}.tar.gz &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment