]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Gitlab: fix cleanup after failed netlab
authorMaria Matejka <mq@ucw.cz>
Thu, 22 May 2025 15:57:00 +0000 (17:57 +0200)
committerMaria Matejka <mq@ucw.cz>
Sun, 25 May 2025 19:02:51 +0000 (21:02 +0200)
I forgot to add cd command to move to the right directory.

.gitlab-ci.yml
misc/gitlab/template.yml.j2

index 337d8ace337d5070d18a59d1e85c2235d32fdde8..3acecbebad9cecc0c32529d8eb3aee130eb65ca1 100644 (file)
@@ -1126,6 +1126,7 @@ build-netlab:
     - sudo ./stop
     - sudo ./runtest -s v3 -m check $TEST_NAME
   after_script:
+    - cd $TOOLS_DIR/netlab
     - sudo ./stop
   artifacts:
     when: on_failure
index ed534c390ca42e7f17ddef5bf00ff8ced9b0ca77..2c2ebefc667527847d8b51a6414353b4b5ddfccc 100644 (file)
@@ -392,6 +392,7 @@ build-netlab:
     - sudo ./stop
     - sudo ./runtest -s v3 -m check $TEST_NAME
   after_script:
+    - cd $TOOLS_DIR/netlab
     - sudo ./stop
   artifacts:
     when: on_failure