File tree Expand file tree Collapse file tree 3 files changed +8
-30
lines changed Expand file tree Collapse file tree 3 files changed +8
-30
lines changed Original file line number Diff line number Diff line change 5353 executor : gradle_docker
5454 steps :
5555 - setup_build_environment
56- - gradle :
57- args : :tag -Prelease
58- - add_ssh_keys :
59- fingerprints :
60- - ' 9f:bb:a7:39:fa:3d:39:04:bd:c6:66:27:79:b1:49:86'
61- - run : git push origin $(./gradlew -q :printVersion)
6256 - gradle :
6357 args : dockerPushImages
6458
@@ -67,11 +61,11 @@ workflows:
6761 build-and-publish :
6862 jobs :
6963 - build
70- # - publish:
71- # context: hypertrace-publishing
72- # requires:
73- # - build
74- # filters:
75- # branches:
76- # only:
77- # - main
64+ - publish :
65+ context : hypertrace-publishing
66+ requires :
67+ - build
68+ filters :
69+ branches :
70+ only :
71+ - main
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,11 +6,6 @@ pluginManagement {
66 }
77}
88
9- plugins {
10- id(" org.hypertrace.version-settings" ) version " 0.1.5"
11- }
12-
13-
149include(" :java-8" )
1510include(" :java-11" )
1611include(" :java-14" )
You can’t perform that action at this time.
0 commit comments