]> 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:01:49 +0000 (21:01 +0200)
I forgot to add cd command to move to the right directory.

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

index d7fa2021bd53f54e875d2a992c04ca11f549dd65..87a7582ea3dee242215b4f4bef9ed4cf50cebd04 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