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

circleci: fix download

parent ab2fa14e
Branches
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ references: ...@@ -24,7 +24,7 @@ references:
run: run:
name: Downloading files from the SF.net name: Downloading files from the SF.net
command: > 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 ~/ && echo ${ver} > ~/SM_VER && cd ~/ &&
wget https://downloads.sourceforge.net/project/smartmontools/smartmontools/${ver}/smartmontools-${ver}.tar.gz && wget https://downloads.sourceforge.net/project/smartmontools/smartmontools/${ver}/smartmontools-${ver}.tar.gz &&
tar -xvzf /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