From: W. Felix Handte Date: Wed, 8 Aug 2018 19:32:55 +0000 (-0700) Subject: Fix Path X-Git-Tag: v0.0.29~50^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f5e4fe9ed27dd7cee7cf46cebf2b15e8014378b;p=thirdparty%2Fzstd.git Fix Path --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 4780c3d68..389fb11ae 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ version: 2 jobs: build: - working_directory: ~/felixhandte/zstd + working_directory: ~/facebook/zstd parallelism: 1 shell: /bin/bash --login # CircleCI 2.0 does not support environment variables that refer to each other the same way as 1.0 did.