From 2355e757e1c394727d6aed555825fcd4bceb67f8 Mon Sep 17 00:00:00 2001 From: rlyu <rlyu@svi.edu.au> Date: Thu, 21 Jan 2021 13:56:30 +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 d0d24b4..0b4fba5 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 /mnt/src -- --d:release --threads:on + - /usr/local/bin/nsb -s ./src/sscocaller.nim -n sscocaller.nimble -o ./src/ -- --d:release --threads:on -- GitLab