Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tapasco
tapasco
Commits
66156f76
Commit
66156f76
authored
Nov 30, 2017
by
Jaco Hofmann
Browse files
Fixes path for sourcing
parent
c78bc463
Pipeline
#56
failed with stage
in 1 minute and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
66156f76
...
...
@@ -13,7 +13,7 @@ before_script:
-
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2EE0EA64E40A89B84B2DF73499E82A75642AC823
# Install SBT
-
curl -s "https://get.sdkman.io" | bash
-
source "
~
/.sdkman/bin/sdkman-init.sh"
-
source "
/root
/.sdkman/bin/sdkman-init.sh"
-
sdk install sbt
# Log the sbt version
-
sbt sbt-version
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment