Skip to content

Commit d92e9de

Browse files
committed
Added diagnostics
1 parent ea3c3c1 commit d92e9de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pip install -r requirements.txt
1919
# Clone the Algorithmia algorithm repository
2020
CI_ALGO_DIR=$INPUT_ALGORITHMIA_ALGONAME"_CI"
2121

22-
rm -rf $CI_ALGO_DIR
22+
# rm -rf $CI_ALGO_DIR
2323

2424
if [ -z "$INPUT_ALGORITHMIA_PASSWORD" ]
2525
then

0 commit comments

Comments
 (0)