From 3a256e4e28067cfb3cca829d9d680771ac8e6831 Mon Sep 17 00:00:00 2001 From: rlyu <rlyu@svi.edu.au> Date: Thu, 21 Jan 2021 14:05:47 +1100 Subject: [PATCH] fix conflicts and getBase bug --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a0130b..01be5a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,5 +16,5 @@ buildStatic: image: svirlyu/sscocaller_nsb stage: buildStatic script: - - /usr/local/bin/nsb -s ./src/sscocaller.nim -n sscocaller.nimble -o /builds/biocellgen-public/sscocaller/src/ -- --d:release --threads:on + - /usr/local/bin/nsb -s ./src/sscocaller.nim -n sscocaller.nimble -o . -- --d:release --threads:on -- GitLab