We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e52d07 + 3481bb0 commit 5c92f7cCopy full SHA for 5c92f7c
entrypoint.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh -l
2
export PATH="/tmp/bin:$PATH"
3
-export POLARIS_HOME=/root/.synopsys/polaris
+export POLARIS_HOME=/root/.blackduck/polaris
4
echo $(ls)
5
6
cd $GITHUB_WORKSPACE
@@ -10,4 +10,4 @@ if [ ! -f polaris.yml ]; then
10
mv /root/.polaris.yml polaris.yml
11
fi
12
git config --global --add safe.directory $GITHUB_WORKSPACE
13
-node /root/dist/index.js
+node /root/dist/index.js
0 commit comments