File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
{{cookiecutter.project_slug}} Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ define _bumpversion
22
22
# upgrades as $(subst $(1),,$@) version, commits and tags
23
23
@docker run -it --rm -v $(PWD ) :/${DOCKER_IMAGE_NAME} \
24
24
-u $(shell id -u) :$(shell id -g) \
25
- itisfoundation/ci-service-integration-library:v1.0.4 \
25
+ itisfoundation/ci-service-integration-library:latest \
26
26
sh -c "cd /${DOCKER_IMAGE_NAME} && bump2version --verbose --list --config-file $(1 ) $(subst $(2 ) ,,$@ ) "
27
27
endef
28
28
@@ -36,7 +36,7 @@ version-patch version-minor version-major: .bumpversion.cfg ## increases service
36
36
compose-spec : # # runs ooil to assemble the docker-compose.yml file
37
37
@docker run --rm -v $(PWD ) :/${DOCKER_IMAGE_NAME} \
38
38
-u $(shell id -u) :$(shell id -g) \
39
- itisfoundation/ci-service-integration-library:v1.0.4 \
39
+ itisfoundation/ci-service-integration-library:latest \
40
40
sh -c " cd /${DOCKER_IMAGE_NAME} && ooil compose"
41
41
42
42
build : | compose-spec # # build docker image
You can’t perform that action at this time.
0 commit comments