File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ release:
46
46
docker pull cucumber/cucumber-build:latest
47
47
docker run \
48
48
--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 \
50
50
--volume " ${shell pwd} /../secrets/codesigning.key" :/home/cukebot/codesigning.key \
51
+ --volume " ${shell pwd} /../secrets/gpg-with-passphrase" :/home/cukebot/gpg-with-passphrase \
51
52
--volume " ${shell pwd} /../secrets/.ssh" :/home/cukebot/.ssh \
52
53
--volume " ${HOME} /.ivy2" :/home/cukebot/.ivy2 \
53
54
--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" \
56
56
--user 1000 \
57
57
--rm \
58
58
-it cucumber/cucumber-build:latest \
You can’t perform that action at this time.
0 commit comments