Skip to content

Commit

Permalink
chore: create branch in redhat-developer-demos/ansible-devspaces-demo…
Browse files Browse the repository at this point in the history
… repo (#1116)

Signed-off-by: Valeriy Svydenko <[email protected]>
  • Loading branch information
svor authored Nov 12, 2024
1 parent 9f04af9 commit d0d5adb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion product/tagRelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -261,14 +261,16 @@ php-hello-world \
python-hello-world \
quarkus-quickstarts \
web-nodejs-sample \
ansible-devspaces-demo \
"

# create branches for devspaces samples, located under https://github.com/${samplesRepo}/
for s in $sampleprojects; do
pushBranchAndOrTagGH "$s" ${samplesRepo}
done

# create a branch for ansible-devspaces-demo, located under https://github.com/redhat-developer-demos
pushBranchAndOrTagGH "ansible-devspaces-demo" "redhat-developer-demos"

# update PNC build-configs, only if performing branching operation (not when tagging)
if [[ ${SOURCE_BRANCH} ]]; then
updatePNCBuildConfigs
Expand Down

0 comments on commit d0d5adb

Please sign in to comment.