Skip to content

Commit 2a5fe43

Browse files
authored
Implement PR18
1 parent 6693bb0 commit 2a5fe43

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

entrypoint.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
set -e
44

5-
sh -c "sanity install && SANITY_AUTH_TOKEN=$SANITY_AUTH_TOKEN sanity $*"
5+
sh -c "cd $1 && sanity install"
6+
shift
7+
sh -c "SANITY_AUTH_TOKEN='$SANITY_AUTH_TOKEN' sanity $*"

0 commit comments

Comments
 (0)