File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,13 +63,12 @@ update-changelog:
6363release :
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+
You can’t perform that action at this time.
0 commit comments