summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-10-22 08:33:01 +0000
committerRémy Coutable <remy@rymai.me>2018-10-22 08:33:01 +0000
commita06bbec87ef2a727bc251c007f8d21b4231936ae (patch)
treec63cb1433bf61439efce6bf3cef08e8946ec5b1c
parent5b6007f995b60b938c65efe9a18ed4f2c7dafa4d (diff)
downloadgitlab-ce-docs-fix-sbt-version-in-test-scala-application.tar.gz
Update test-scala-application.md to use sbtVersion instead of sbt-versiondocs-fix-sbt-version-in-test-scala-application
-rw-r--r--doc/ci/examples/test-scala-application.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/examples/test-scala-application.md b/doc/ci/examples/test-scala-application.md
index b3961ec91f3..66bfa41cad9 100644
--- a/doc/ci/examples/test-scala-application.md
+++ b/doc/ci/examples/test-scala-application.md
@@ -25,7 +25,7 @@ before_script:
- apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 642AC823
- apt-get update -y
- apt-get install sbt -y
- - sbt sbt-version
+ - sbt sbtVersion
test:
stage: test