File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
with :
18
18
gradle-command : |
19
19
gradle build
20
- # needs-docker: true
20
+ needs-docker : true
21
21
# Due to a bug, we cannot set the timeout here: https://github.com/orgs/community/discussions/50481
22
22
# Timeout in 10 minutes, as Stratego initialization can sometimes deadlock
23
23
# timeout-minutes: 10
29
29
gradle publish -Pgitonium.isSnapshot=true
30
30
gradle-version-command : |
31
31
gradle -q :printVersion -Pgitonium.isSnapshot=true
32
- # needs-docker: true
32
+ needs-docker : true
33
33
if : " github.event_name == 'push' && github.ref == 'refs/heads/master'"
34
34
needs : [build]
35
35
secrets :
43
43
gradle publish
44
44
gradle-version-command : |
45
45
gradle -q :printVersion
46
- # needs-docker: true
46
+ needs-docker : true
47
47
if : " github.event_name == 'push' && startsWith(github.ref, 'refs/tags/devenv-release/')"
48
48
needs : [build]
49
49
secrets :
You can’t perform that action at this time.
0 commit comments