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:
63
63
release :
64
64
[ -d ' ../secrets' ] || git clone keybase://team/cucumberbdd/secrets ../secrets
65
65
git -C ../secrets pull
66
+ ../secrets/update_permissions
66
67
docker run \
67
68
--volume " ${shell pwd} " :/app \
68
69
--volume " ${shell pwd} /../secrets/import-gpg-key.sh" :/home/cukebot/import-gpg-key.sh \
69
70
--volume " ${shell pwd} /../secrets/codesigning.key" :/home/cukebot/codesigning.key \
70
71
--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 \
73
72
--volume " ${HOME} /.m2" /repository:/home/cukebot/.m2/repository \
74
73
--volume " ${HOME} /.gitconfig" :/home/cukebot/.gitconfig \
75
74
--env-file ../secrets/secrets.list \
@@ -78,3 +77,4 @@ release:
78
77
-it cucumber/cucumber-build:latest \
79
78
make .release-in-docker
80
79
.PHONY : release
80
+
You can’t perform that action at this time.
0 commit comments