We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a639dc commit d8e9f86Copy full SHA for d8e9f86
.space.kts
@@ -1,13 +1,8 @@
1
job("Build") {
2
- container("mipt-npm.registry.jetbrains.space/p/sci/containers/ci-environment:1.0.0") {
+ container("mipt-npm.registry.jetbrains.space/p/sci/containers/ci-environment:1.0.1") {
3
shellScript {
4
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()
+ content = "./gradlew -Dorg.gradle.daemon=false build"
11
}
12
13
0 commit comments