issues
search
binbashar
/
le-docker-leverage-toolbox
Docker image for https://github.com/binbashar/leverage
3
stars
0
forks
source link
Issue 9 - check version bump before pr
#11
Closed
juanmatias
closed
2 years ago
juanmatias
commented
2 years ago
what
the version bumping has to be checked before PR, i.e. when build-test from a dev branch
also, the pipeline has to be triggered only if image is modified (i.e. not README.md)
why
The first item allows to check whether the dev has bumped the image before merging to master
The second item is to avoid run-a-pipeline/tag-the-repo when the generated image remain the same
references
CircleCI conditional pipelines:
https://medium.com/nerd-for-tech/mastering-monorepos-with-circlecis-new-dynamic-config-2e187fe7934c
what
why
references