Bad path for appinspect submission and minor change

to appinspect.sh script for package_name vs
package_path
This commit is contained in:
pyth0n1c
2021-07-29 13:21:41 -07:00
parent a3b3342140
commit 8a4a411a4f
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -245,7 +245,8 @@ jobs:
cd bin
#Enclose in quotes in case there are any special characters in the username/password
#Better not to pass these arguments on the command line, if possible
./appinspect.sh ../ DA-ESS-ContentUpdate-latest.tar.gz "$APPINSPECT_USERNAME" "$APPINSPECT_PASSWORD"
ls -lah
./appinspect.sh ../ build/DA-ESS-ContentUpdate-latest.tar.gz "$APPINSPECT_USERNAME" "$APPINSPECT_PASSWORD"
- name: Submit SAAWS Package to AppInspect API
env:
APPINSPECT_USERNAME: ${{ secrets.AppInspectUsername }}
+1 -1
View File
@@ -22,7 +22,7 @@ USERNAME=$3
PASSWORD=$4
#PACKAGE_PATH="/home/circleci/"$PACKAGE_NAME
PACKAGE_PATH=$PACKAGE_NAME
PACKAGE_PATH="build/"$PACKAGE_NAME
cd $APP_PATH