Skip to content

Commit e5341ba

Browse files
committed
Reverted all changes from Dec28
1 parent d92e9de commit e5341ba

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

entrypoint.sh

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
11
#!/bin/bash
22

3-
echo "current dir:"
4-
pwd
5-
6-
echo "contents:"
7-
ls -al
8-
93
cd $GITHUB_WORKSPACE/main
104

11-
echo "current dir:"
12-
pwd
13-
145
ls -al
156

167
# Install the dependencies of this repo to be able to run the notebook
@@ -19,7 +10,7 @@ pip install -r requirements.txt
1910
# Clone the Algorithmia algorithm repository
2011
CI_ALGO_DIR=$INPUT_ALGORITHMIA_ALGONAME"_CI"
2112

22-
# rm -rf $CI_ALGO_DIR
13+
rm -rf $CI_ALGO_DIR
2314

2415
if [ -z "$INPUT_ALGORITHMIA_PASSWORD" ]
2516
then

0 commit comments

Comments
 (0)