Skip to content

Commit

Permalink
Update deploy_azdo_pipelines.sh
Browse files Browse the repository at this point in the history
fix the path 
./scripts/
  • Loading branch information
LiliamLeme authored and ydaponte committed Dec 19, 2024
1 parent c9f1fd5 commit 8b41564
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ set -o nounset
# AZDO_PIPELINES_BRANCH_NAME
# DEV_DATAFACTORY_NAME

source ./common.sh
source ./scripts/common.sh
# Retrieve Github Service Connection Id
github_sc_name="${PROJECT}-github"
github_sc_id=$(az devops service-endpoint list --output json |
Expand Down

0 comments on commit 8b41564

Please sign in to comment.