Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
fix: add quotes to SRC_PATH argument (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnny243 authored Jan 17, 2023
1 parent a919717 commit e43339f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ elif [ ! -d "$DEVSTACK_WORKSPACE" ]; then
fi

# Copy the test course tarball into the studio container
docker cp ${DEVSTACK_WORKSPACE}/edx-e2e-tests/upload_files/course.tar.gz "$(make --silent --no-print-directory dev.print-container.studio)":/tmp/
docker cp "${DEVSTACK_WORKSPACE}/edx-e2e-tests/upload_files/course.tar.gz" "$(make --silent --no-print-directory dev.print-container.studio)":/tmp/

# Extract the test course tarball
docker-compose exec -T studio bash -e -c 'cd /tmp && tar xzf course.tar.gz'
Expand Down

0 comments on commit e43339f

Please sign in to comment.