Skip to content

Commit 02a2352

Browse files
committed
enable publishing docker image
1 parent 68e6600 commit 02a2352

File tree

3 files changed

+8
-30
lines changed

3 files changed

+8
-30
lines changed

.circleci/config.yml

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@ jobs:
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

semantic-build-versioning.gradle

Lines changed: 0 additions & 11 deletions
This file was deleted.

settings.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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-
149
include(":java-8")
1510
include(":java-11")
1611
include(":java-14")

0 commit comments

Comments
 (0)