← Back to team overview

canonical-ubuntu-qa team mailing list archive

[Merge] ~andersson123/qa-jenkins-jobs:h-i-t-amendments into qa-jenkins-jobs:master

 

Tim Andersson has proposed merging ~andersson123/qa-jenkins-jobs:h-i-t-amendments into qa-jenkins-jobs:master.

Requested reviews:
  Canonical Platform QA Team (canonical-platform-qa)

For more details, see:
https://code.launchpad.net/~andersson123/qa-jenkins-jobs/+git/qa-jenkins-jobs/+merge/470801

quick typo fix
-- 
Your team Canonical Platform QA Team is requested to review the proposed merge of ~andersson123/qa-jenkins-jobs:h-i-t-amendments into qa-jenkins-jobs:master.
diff --git a/jobs/hardware-iso-testing/jobs.yaml b/jobs/hardware-iso-testing/jobs.yaml
index 7998306..ddabeb6 100644
--- a/jobs/hardware-iso-testing/jobs.yaml
+++ b/jobs/hardware-iso-testing/jobs.yaml
@@ -51,7 +51,7 @@
             . env/bin/activate
             pip install testflinger/cli
             pip install -r hardware-installer-testing/requirements.txt
-            cd hardware-install-testing/
+            cd hardware-installer-testing/
             development_release=$(distro-info --devel || echo UNKNOWN)
             if [ {release} = $development_release ]; then
                 iso_url="https://cdimage.ubuntu.com/daily-live/current";

Follow ups