Skip to content
This repository was archived by the owner on Jan 28, 2024. It is now read-only.

Commit 1e099c1

Browse files
committed
Fix sfdxurl location
1 parent 53f0f3e commit 1e099c1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/release.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,8 @@ if [ ! "$STAGE" == "" ]; then
113113

114114
else
115115

116-
# Set path for Dev Hub auth file
117-
devHubAuthFile=$BUILD_DIR/$vendorDir/sfdxurl
118-
auth "$devHubAuthFile" "$SFDX_DEV_HUB_AUTH_URL" d huborg
116+
# Auth to Dev Hub
117+
auth "$vendorDir/sfdxurl" "$SFDX_DEV_HUB_AUTH_URL" d huborg
119118

120119
log "Calling $pkgVersionInstallScript"
121120
sh "$pkgVersionInstallScript" "$TARGET_SCRATCH_ORG_ALIAS" "$STAGE"

0 commit comments

Comments
 (0)