Skip to content

Commit b3082d5

Browse files
committed
[Build] Update permissions prior to use
1 parent e918435 commit b3082d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,12 @@ update-changelog:
6363
release:
6464
[ -d '../secrets' ] || git clone keybase://team/cucumberbdd/secrets ../secrets
6565
git -C ../secrets pull
66+
../secrets/update_permissions
6667
docker run \
6768
--volume "${shell pwd}":/app \
6869
--volume "${shell pwd}/../secrets/import-gpg-key.sh":/home/cukebot/import-gpg-key.sh \
6970
--volume "${shell pwd}/../secrets/codesigning.key":/home/cukebot/codesigning.key \
7071
--volume "${shell pwd}/../secrets/.ssh":/home/cukebot/.ssh \
71-
--volume "${shell pwd}/../secrets/.gem":/home/cukebot/.gem \
72-
--volume "${shell pwd}/../secrets/.npmrc":/home/cukebot/.npmrc \
7372
--volume "${HOME}/.m2"/repository:/home/cukebot/.m2/repository \
7473
--volume "${HOME}/.gitconfig":/home/cukebot/.gitconfig \
7574
--env-file ../secrets/secrets.list \
@@ -78,3 +77,4 @@ release:
7877
-it cucumber/cucumber-build:latest \
7978
make .release-in-docker
8079
.PHONY: release
80+

0 commit comments

Comments
 (0)