Merge "scripts: sources-branch-updater-lib.sh: Fix typos"
This commit is contained in:
commit
1a35b18b78
@ -235,7 +235,7 @@ update_ansible_role_requirements() {
|
|||||||
|
|
||||||
# Grab the latest SHA that matches the specified branch
|
# Grab the latest SHA that matches the specified branch
|
||||||
if [[ -z "${role_version}" ]]; then
|
if [[ -z "${role_version}" ]]; then
|
||||||
role_version=$(git ls-remote ${role_src} | grep "${OSA_BRANCH}$" | awk '{print $1}')
|
role_version=$(git ls-remote ${role_src} | grep "${osa_branch}$" | awk '{print $1}')
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# For OSA roles, get the release notes
|
# For OSA roles, get the release notes
|
||||||
@ -249,7 +249,7 @@ update_ansible_role_requirements() {
|
|||||||
rsync -aq ${osa_repo_tmp_path}/releasenotes/notes/*.yaml releasenotes/notes/
|
rsync -aq ${osa_repo_tmp_path}/releasenotes/notes/*.yaml releasenotes/notes/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
osa_helper_cleanu_files $osa_repo_tmp_path
|
osa_helper_cleanup_files $osa_repo_tmp_path
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Now use the information we have to update the ansible-role-requirements file
|
# Now use the information we have to update the ansible-role-requirements file
|
||||||
|
Loading…
Reference in New Issue
Block a user