Skip to content

Commit c2162d2

Browse files
chore(deps): update dependency https://github.com/developerc286/template to v1.6.1 (#423)
1 parent f37ac86 commit c2162d2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.copier-answers.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: v1.5.1
2+
_commit: v1.6.1
33
_src_path: https://github.com/DeveloperC286/template
44
project_name: clean_git_history
5+
uses_git: true

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,13 @@ publish-binary: release
8282
publish-crate:
8383
cargo publish --verbose
8484

85+
# Emulate GitHub Actions CI environment for testing
86+
GITHUB_ACTIONS_ENV := --env HOME=/github/home --env GITHUB_ACTIONS=true --env CI=true
87+
8588
.PHONY: dogfood-docker
8689
dogfood-docker: release
8790
docker build --build-arg TARGET=$(MUSL_TARGET) --tag clean_git_history --file Dockerfile .
88-
docker run --rm --volume $(PWD):/workspace --workdir /workspace --env HOME=/github/home --env GITHUB_ACTIONS=true --env CI=true clean_git_history $(FROM)
91+
docker run --rm --volume $(PWD):/workspace --workdir /workspace $(GITHUB_ACTIONS_ENV) clean_git_history --verbose $(FROM)
8992

9093
.PHONY: publish-docker-image
9194
publish-docker-image:

0 commit comments

Comments
 (0)