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

circleci: fix unpack of the tarball in the branches

parent 154e7a11
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ references:
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 &&
tar -xvzf smartmontools-${ver}.tar.gz &&
svn cat https://svn.code.sf.net/p/smartmontools/code/branches/${CIRCLE_BRANCH#origin/}/smartmontools/drivedb.h@`cat ~/SVNREV` >
~/smartmontools-${ver}/drivedb.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment