Skip to content

Commit 5c92f7c

Browse files
Merge pull request #30 from contentful/fix
[]:Update entrypoint.sh
2 parents 7e52d07 + 3481bb0 commit 5c92f7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh -l
22
export PATH="/tmp/bin:$PATH"
3-
export POLARIS_HOME=/root/.synopsys/polaris
3+
export POLARIS_HOME=/root/.blackduck/polaris
44
echo $(ls)
55

66
cd $GITHUB_WORKSPACE
@@ -10,4 +10,4 @@ if [ ! -f polaris.yml ]; then
1010
mv /root/.polaris.yml polaris.yml
1111
fi
1212
git config --global --add safe.directory $GITHUB_WORKSPACE
13-
node /root/dist/index.js
13+
node /root/dist/index.js

0 commit comments

Comments
 (0)