Skip to content

Commit

Permalink
added home dir
Browse files Browse the repository at this point in the history
  • Loading branch information
RatakondalaArun committed May 17, 2021
1 parent 1aeead8 commit 156aa00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dart --disable-analytics

CREDITIONALS=$1
PACKAGE_PATH=$2
HOME_DIR=$PWD

# check for creditionals
if [[ -z $CREDITIONALS ]]; then
Expand All @@ -43,7 +44,7 @@ echo $1 >${HOME}/.pub-cache/credentials.json
echo "🔑 Credentials chechsum"
sha1sum -b ${HOME}/.pub-cache/credentials.json

cd $PACKAGE_PATH
cd $HOME_DIR/$PACKAGE_PATH

# debug
pwd
Expand Down

0 comments on commit 156aa00

Please # to comment.