From aa998631e5502755d98d97c799dc585c4ef6bd79 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 13 Aug 2024 09:11:51 -0600 Subject: [PATCH] Update ubuntu-ci-x86_64.yaml: move jedi-run back to root filesystem (#72) Ran out of disk space on `/mnt/addon`, while there is plenty of space available on the root filesystem (at the moment ... this is only a duct-tape solution until we finally increase the disk space to something more than always close to the limit). --- .github/workflows/ubuntu-ci-x86_64.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu-ci-x86_64.yaml b/.github/workflows/ubuntu-ci-x86_64.yaml index e2603c5..2962443 100644 --- a/.github/workflows/ubuntu-ci-x86_64.yaml +++ b/.github/workflows/ubuntu-ci-x86_64.yaml @@ -15,7 +15,7 @@ defaults: shell: bash env: - JEDI_ENV: /mnt/addon/jedi-run/ufs-bundle + JEDI_ENV: /home/ubuntu/ufs-bundle/jedi-run jobs: test-ufs-bundle: