Skip to content

Commit d0d5adb

Browse files
authored
chore: create branch in redhat-developer-demos/ansible-devspaces-demo repo (#1116)
Signed-off-by: Valeriy Svydenko <[email protected]>
1 parent 9f04af9 commit d0d5adb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

product/tagRelease.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -261,14 +261,16 @@ php-hello-world \
261261
python-hello-world \
262262
quarkus-quickstarts \
263263
web-nodejs-sample \
264-
ansible-devspaces-demo \
265264
"
266265

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

271+
# create a branch for ansible-devspaces-demo, located under https://github.com/redhat-developer-demos
272+
pushBranchAndOrTagGH "ansible-devspaces-demo" "redhat-developer-demos"
273+
272274
# update PNC build-configs, only if performing branching operation (not when tagging)
273275
if [[ ${SOURCE_BRANCH} ]]; then
274276
updatePNCBuildConfigs

0 commit comments

Comments
 (0)