We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d92e9de commit e5341baCopy full SHA for e5341ba
1 file changed
entrypoint.sh
@@ -1,16 +1,7 @@
1
#!/bin/bash
2
3
-echo "current dir:"
4
-pwd
5
-
6
-echo "contents:"
7
-ls -al
8
9
cd $GITHUB_WORKSPACE/main
10
11
12
13
14
ls -al
15
16
# Install the dependencies of this repo to be able to run the notebook
@@ -19,7 +10,7 @@ pip install -r requirements.txt
19
# Clone the Algorithmia algorithm repository
20
CI_ALGO_DIR=$INPUT_ALGORITHMIA_ALGONAME"_CI"
21
22
-# rm -rf $CI_ALGO_DIR
+rm -rf $CI_ALGO_DIR
23
24
if [ -z "$INPUT_ALGORITHMIA_PASSWORD" ]
25
then
0 commit comments