Skip to content

Commit

Permalink
feat: code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Yathish-b committed Jul 25, 2024
1 parent 7e167ac commit f23a108
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ build:
stage: build
cache: []
retry: 2
before_script:
- |
mkdir -p ${CI_PROJECT_DIR}/.sbt/
echo -e "realm=JitPack\nhost=jitpack.io\nuser=${GITLAB_JITPACK_TOKEN}\npassword=." >> ${CI_PROJECT_DIR}/.sbt/.credentials
script:
- sbt clean compile test

Expand Down
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ val buildNumber =
scala.util.Properties.envOrNone("version").map(v => "." + v).getOrElse("")
val hydraVersion = "0.11.3" + buildNumber
val jvmMaxMemoryFlag = sys.env.getOrElse("MAX_JVM_MEMORY_FLAG", "-Xmx2g")
val buildProjectDir = sys.env.getOrElse("CI_PROJECT_DIR", "")

lazy val defaultSettings = Seq(
organization := "pluralsight",
Expand Down Expand Up @@ -57,7 +56,6 @@ lazy val defaultSettings = Seq(
resolvers += "Confluent Maven Repo" at "https://packages.confluent.io/maven/",
resolvers += "jitpack" at "https://jitpack.io",
ivyLoggingLevel in ThisBuild := UpdateLogging.Quiet,
credentials += Credentials(buildProjectDir / ".sbt" / ".credentials"),
parallelExecution in sbt.Test := false,
javaOptions in Universal ++= Seq(
"-Dorg.aspectj.tracing.factory=default",
Expand Down

0 comments on commit f23a108

Please sign in to comment.