We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de4ac97 commit 70c3b3fCopy full SHA for 70c3b3f
scripts/sdk-create-pr.sh
@@ -43,7 +43,6 @@ fi
43
# Create temp directory to work on
44
# work_dir=$(mktemp -d)
45
work_dir="temp-dir" # TODO: For testing only
46
-rm -rf ${work_dir} # TODO: For testing only
47
mkdir ${work_dir} # TODO: For testing only
48
if [[ ! ${work_dir} || -d {work_dir} ]]; then
49
echo "Unable to create temporary directory"
0 commit comments