diff options
author | Frederick Muriuki Muriithi | 2024-01-29 09:56:39 +0300 |
---|---|---|
committer | Arun Isaac | 2024-01-29 10:56:34 +0000 |
commit | e56201589d25fad60e64cb6162f498cb292a4749 (patch) | |
tree | 825bd1135f121eb946560ca2e0e9cf96dc87fdc1 /genenetwork-development.scm | |
parent | fc8f193098b5d0eee410361c3d8da4a9c4773a28 (diff) | |
download | gn-machines-e56201589d25fad60e64cb6162f498cb292a4749.tar.gz |
Update module path in launch of mechanical-rob.
With the reorganisation of the modules, and a change in the startup of
genenetwork2, the way mechanical-rob is launched has also
changed. This commit updates the launch command.
* genenetwork-development.scm (genenetwork-projects): Update module
path in launch of mechanical-rob CI job.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
Diffstat (limited to 'genenetwork-development.scm')
-rw-r--r-- | genenetwork-development.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/genenetwork-development.scm b/genenetwork-development.scm index dbfad4c..c7c1a01 100644 --- a/genenetwork-development.scm +++ b/genenetwork-development.scm @@ -339,7 +339,7 @@ genenetwork3 source from the latest commit of @var{project}." (run (genenetwork2-tests config (list "sh" "bin/genenetwork2" "./gn2/default_settings.py" - "-c" "../test/requests/test-website.py" + "-c" "test/requests/test-website.py" "--all" (string-append "http://localhost:" (number->string gn2-port))))) (trigger? #f)))) (ci-jobs-trigger 'webhook)) |