Skip to content

Commit bb59bfe

Browse files
committed
Force single thread while deploying artifacts
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
1 parent a45be66 commit bb59bfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ jobs:
9393
run: |
9494
cp .github/files/settings.xml ~/.m2/settings.xml
9595
echo -e "$GPG_KEY" | gpg --batch --no-tty --import --yes
96-
./mvnw -ntp -nsu -P release -pl -:feign-benchmark -DskipTests=true deploy
96+
./mvnw -ntp -nsu -P release -pl -:feign-benchmark -DskipTests=true deploy -T1

0 commit comments

Comments
 (0)