We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d8f723 commit 3fcef61Copy full SHA for 3fcef61
.github/workflows/build.yml
@@ -44,11 +44,11 @@ jobs:
44
${{ runner.os }}-maven-${{ github.workflow }}
45
46
- name: Check docker
47
- run: which docker && docker ps
+ run: which docker && docker ps
48
49
- name: Build with Maven
50
run: mvn clean verify -fae -T 2 -B -V -DcloudBuild -Dmaven.wagon.http.retryHandler.count=3 -Dmaven.wagon
51
- .httpconnectionManager.ttlSeconds=25
+ .httpconnectionManager.ttlSeconds=25
52
53
- name: Archive build artifacts
54
uses: actions/upload-artifact@v3
0 commit comments