summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-10-22 09:36:54 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2018-10-22 09:36:54 +0000
commitd74749f7a2b179c361c4b94594431a1c4718cea7 (patch)
treed1975ab1f6da340d1e87d9df1f2eff81f4cea4c9
parentfdcdc36eecdbe904cf80fa130aebf4edd34c3f12 (diff)
parenta06bbec87ef2a727bc251c007f8d21b4231936ae (diff)
downloadgitlab-ce-d74749f7a2b179c361c4b94594431a1c4718cea7.tar.gz
Merge branch 'docs-fix-sbt-version-in-test-scala-application' into 'master'
Update test-scala-application.md to use sbtVersion instead of sbt-version Closes #52957 See merge request gitlab-org/gitlab-ce!22514
-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