From ba1b994169c4e43b8db801ea954b303a9c21a17d Mon Sep 17 00:00:00 2001 From: samm2 <samm2@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Mon, 9 Oct 2017 12:13:03 +0000 Subject: [PATCH] circleci: fix unpack of the tarball in the branches git-svn-id: https://svn.code.sf.net/p/smartmontools/code/branches/RELEASE_6_0_DRIVEDB@4533 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d98d8680f..212261682 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 -- GitLab