Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
Update CI pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Shreyas Rao <[email protected]>
  • Loading branch information
shreyas-s-rao committed Nov 27, 2020
1 parent d6736d0 commit a77356e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .ci/pipeline_definitions
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ etcd-custom-image:
repo:
trigger: true
traits:
draft_release: ~
publish:
dockerimages:
etcd:
Expand Down
4 changes: 2 additions & 2 deletions .ci/update_version
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ if git diff-index --quiet HEAD; [ $? -eq 0 ] ; then
else
echo "Publishing version change"
git commit -am "Updated etcd image version to $VERSION
\`\`\`feature operator
Update etcd from $EFFECTIVE_VERSION to $VERSION. :warning: This will cause a restart of the etcd.
\`\`\`noteworthy operator
Update etcd version from $EFFECTIVE_VERSION to $VERSION. :warning: This will cause a restart of the etcd.
\`\`\`
" || git --no-pager log -1
fi

0 comments on commit a77356e

Please sign in to comment.