Преглед изворни кода

ci: fix auto test script uses incorrect branch

Chen Yudong пре 5 година
родитељ
комит
dc5eeb8e4b
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      .gitlab-ci.yml

+ 0 - 2
.gitlab-ci.yml

@@ -935,7 +935,6 @@ assign_test:
     # clone local test env configs
     # clone local test env configs
     - git clone $TEST_ENV_CONFIG_REPOSITORY
     - git clone $TEST_ENV_CONFIG_REPOSITORY
     - python $CHECKOUT_REF_SCRIPT ci-test-runner-configs ci-test-runner-configs
     - python $CHECKOUT_REF_SCRIPT ci-test-runner-configs ci-test-runner-configs
-    - cd ci-test-runner-configs
     # clone test bench
     # clone test bench
     - git clone $TEST_SCRIPT_REPOSITORY
     - git clone $TEST_SCRIPT_REPOSITORY
     - python $CHECKOUT_REF_SCRIPT auto_test_script auto_test_script
     - python $CHECKOUT_REF_SCRIPT auto_test_script auto_test_script
@@ -961,7 +960,6 @@ nvs_compatible_test:
     # clone local test env configs
     # clone local test env configs
     - git clone $TEST_ENV_CONFIG_REPOSITORY
     - git clone $TEST_ENV_CONFIG_REPOSITORY
     - python $CHECKOUT_REF_SCRIPT ci-test-runner-configs ci-test-runner-configs
     - python $CHECKOUT_REF_SCRIPT ci-test-runner-configs ci-test-runner-configs
-    - cd ci-test-runner-configs
     # clone test bench
     # clone test bench
     - git clone $TEST_SCRIPT_REPOSITORY
     - git clone $TEST_SCRIPT_REPOSITORY
     - python $CHECKOUT_REF_SCRIPT auto_test_script auto_test_script
     - python $CHECKOUT_REF_SCRIPT auto_test_script auto_test_script