From 05d4cced4e438ed1f748c9660dc2b0a826cb1be4 Mon Sep 17 00:00:00 2001 From: mehrdadn Date: Wed, 8 Jul 2020 10:44:37 -0700 Subject: [PATCH] [CI] GHA path with spaces (#9356) Co-authored-by: Mehrdad --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5ca063f21..ef8947856 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,8 +48,6 @@ jobs: shell: bash -e -o pipefail -l {0} run: | # Note: only configure settings here that are required _before_ the repository is cloned (such as Git settings). - # Put a path with spaces (and use common words like 'src') to verify correct builds - export GITHUB_WORKSPACE="${GITHUB_WORKSPACE%/*} src/${GITHUB_WORKSPACE##*/}" if [ ! -f ~/.profile ] && [ ! -f ~/.bash_profile ]; then # missing on some machines, but needed for ~/.bashrc echo 'if [ -n "${BASH_VERSION}" ] && [ -f ~/.bashrc ]; then . ~/.bashrc; fi' >> ~/.profile fi