Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ Add the following to your `.gitlab-ci.yml`: ```yaml include: # 1: include the component - component: gitlab.com/to-be-continuous/sbt/gitlab-ci-sbt@1.6.0 - component: $CI_SERVER_FQDN/to-be-continuous/sbt/gitlab-ci-sbt@1.6.0 # 2: set/override component inputs inputs: image: "registry.hub.docker.com/sbtscala/scala-sbt:17.0.2_1.6.2_3.1.3" # ⚠ this is only an example Loading Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ Add the following to your `.gitlab-ci.yml`: ```yaml include: # 1: include the component - component: gitlab.com/to-be-continuous/sbt/gitlab-ci-sbt@1.6.0 - component: $CI_SERVER_FQDN/to-be-continuous/sbt/gitlab-ci-sbt@1.6.0 # 2: set/override component inputs inputs: image: "registry.hub.docker.com/sbtscala/scala-sbt:17.0.2_1.6.2_3.1.3" # ⚠ this is only an example Loading