From 18521a64ad5ea553d37f2196e27a510f49aa0d15 Mon Sep 17 00:00:00 2001 From: rfaircloth-splunk Date: Sun, 2 Feb 2020 18:14:20 -0500 Subject: [PATCH] Change root of tarball release --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d13a074..0d3076a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -70,7 +70,7 @@ jobs: - run: name: BYOE Config command: | - tar rvf /tmp/workspace/baremetal.tar -C package etc + tar rvf /tmp/workspace/baremetal.tar -C package/etc . tar rvf /tmp/workspace/baremetal.tar -C package/sbin entrypoint.sh - store_test_results: