Skip to content

[#88007] Print /mnt/aux content #301

[#88007] Print /mnt/aux content

[#88007] Print /mnt/aux content #301

Workflow file for this run

on: [push]
name: test
jobs:
centos:
container: centos:8
runs-on: [self-hosted, Linux, X64]
env:
TEST_STRING: "VERY_COOL_STRING"
TEST_STRING2: "VERY_COOL_STRING2"
GHA_EXTERNAL_DISK: "auxdisk"
GHA_PREEMPTIBLE: "false"
steps:
- run: df -h .
- run: df -h /mnt/aux
- run: ls -alh /mnt/aux
- run: sleep 8h