File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2626 GPG_SECRET_KEYS : ${{ secrets.GPG_SECRET_KEYS }}
2727 GPG_OWNERTRUST : ${{ secrets.GPG_OWNERTRUST }}
2828 GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
29- GPG_EXECUTABLE : gpg --no-tty
29+ GPG_EXECUTABLE : gpg
3030 GPG_PRESET_EXECUTABLE : /usr/lib/gnupg/gpg-preset-passphrase
3131 GPG_PUBID : " 50A036956AAC64C13EF47B10D1E96A30ECFC7DFF"
3232 GPG_PUBID_KEYGRIP : " 020E615868703482DC2CD110B98D2702B6ABF89C"
6565 git config --global user.name "${GITHUB_USERNAME}"
6666 - name : setup gpg
6767 run : |
68+ echo DISPLAY=$DISPLAY
6869 source <(curl -sL https://github.com/aem-design/aemdesign-docker/releases/latest/download/setup-gpg.sh)
6970 - name : docker - mvn clean (cache .m2 in ./build/.m2/repository in repo dir)
7071 run : $DOCKER_COMMAND mvn clean -DskipTests=true -Dgpg.skip -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -B -Dmaven.repo.local=./build/.m2/repository
You can’t perform that action at this time.
0 commit comments