Skip to content

Commit

Permalink
GRZ-2961 Fix space CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cupertank committed Dec 6, 2023
1 parent 70d07e5 commit 42f876b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .space.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val image = "amazoncorretto:17-al2023"
val image = "registry.jetbrains.team/p/ki/containers-ci/ci-corretto-17-firefox:1.0.1"

job("Build") {
container(image) {
Expand All @@ -20,14 +20,14 @@ job("Test") {
}
}

job(image) {
job("Release") {
startOn {
gitPush {
enabled = false
}
}

container("amazoncorretto:17") {
container(image) {
env["PUBLISHER_ID"] = Secrets("publisher_id")
env["PUBLISHER_KEY"] = Secrets("publisher_key")

Expand Down

0 comments on commit 42f876b

Please sign in to comment.