Skip to content

Commit d77616c

Browse files
committed
Update Makefile with secrets repo changes
Ensures the cukebots .gitconfig is used rather then the maintainers.
1 parent 6139be4 commit d77616c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ release:
4646
docker pull cucumber/cucumber-build:latest
4747
docker run \
4848
--volume "${shell pwd}":/app \
49-
--volume "${shell pwd}/../secrets/import-gpg-key.sh":/home/cukebot/import-gpg-key.sh \
49+
--volume "${shell pwd}/../secrets/configure":/home/cukebot/configure \
5050
--volume "${shell pwd}/../secrets/codesigning.key":/home/cukebot/codesigning.key \
51+
--volume "${shell pwd}/../secrets/gpg-with-passphrase":/home/cukebot/gpg-with-passphrase \
5152
--volume "${shell pwd}/../secrets/.ssh":/home/cukebot/.ssh \
5253
--volume "${HOME}/.ivy2":/home/cukebot/.ivy2 \
5354
--volume "${HOME}/.cache/coursier":/home/cukebot/.cache/coursier \
54-
--volume "${HOME}/.gitconfig":/home/cukebot/.gitconfig \
55-
--env-file ../secrets/secrets.list \
55+
--env-file "${shell pwd}/../secrets/secrets.list" \
5656
--user 1000 \
5757
--rm \
5858
-it cucumber/cucumber-build:latest \

0 commit comments

Comments
 (0)