Skip to content

Commit

Permalink
Update build image
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderTvis committed Feb 27, 2021
1 parent 5a639dc commit d8e9f86
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .space.kts
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
job("Build") {
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") {
shellScript {
interpreter = "/bin/bash"

content = """
apt update
apt install -y --no-install-recommends libncurses5
./gradlew -Dorg.gradle.daemon=false build
""".trimIndent()
content = "./gradlew -Dorg.gradle.daemon=false build"
}
}
}

0 comments on commit d8e9f86

Please sign in to comment.