We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f04af9 commit d0d5adbCopy full SHA for d0d5adb
product/tagRelease.sh
@@ -261,14 +261,16 @@ php-hello-world \
261
python-hello-world \
262
quarkus-quickstarts \
263
web-nodejs-sample \
264
-ansible-devspaces-demo \
265
"
266
267
# create branches for devspaces samples, located under https://github.com/${samplesRepo}/
268
for s in $sampleprojects; do
269
pushBranchAndOrTagGH "$s" ${samplesRepo}
270
done
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
+
274
# update PNC build-configs, only if performing branching operation (not when tagging)
275
if [[ ${SOURCE_BRANCH} ]]; then
276
updatePNCBuildConfigs
0 commit comments