Skip to content

Commit d8e9f86

Browse files
committed
Update build image
1 parent 5a639dc commit d8e9f86

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.space.kts

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
job("Build") {
2-
container("mipt-npm.registry.jetbrains.space/p/sci/containers/ci-environment:1.0.0") {
2+
container("mipt-npm.registry.jetbrains.space/p/sci/containers/ci-environment:1.0.1") {
33
shellScript {
44
interpreter = "/bin/bash"
5-
6-
content = """
7-
apt update
8-
apt install -y --no-install-recommends libncurses5
9-
./gradlew -Dorg.gradle.daemon=false build
10-
""".trimIndent()
5+
content = "./gradlew -Dorg.gradle.daemon=false build"
116
}
127
}
138
}

0 commit comments

Comments
 (0)