Skip to content

Commit

Permalink
Error in branch name / updated
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiAll99 committed Nov 29, 2024
1 parent 4daf2ea commit e014833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automaticBuilding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
if [ "$name" = "pythonCode/submodules/MEDimage" ]; then
git fetch origin && git checkout -B dev_lab origin/dev_lab && git pull origin dev_lab
elif [ "$name" = "pythonCode/submodules/MEDprofiles" ]; then
git fetch origin && git checkout -B main origin/main && git pull origin main
git fetch origin && git checkout -B fusion_MEDomicsLab origin/fusion_MEDomicsLab && git pull origin fusion_MEDomicsLab
else
echo "No branch specified for $name"
fi
Expand Down

0 comments on commit e014833

Please # to comment.