From 3757d360003e1ab2db72d5d2ab12db4935e7e978 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Fri, 4 Nov 2022 22:54:44 -0700 Subject: [PATCH] Echo username a different way --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 800f99e..cb79f81 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -6,9 +6,9 @@ task: TZ: 'America/Los_Angeles' # Force the time zone so that test output is consistent GITHUB_ACTION: 'true' setup_script: - - echo $USER + - id - pkg install -y bash zsh fish curl go tmux - sudo hostname ghaction-runner-hostname # Set a consistent hostname so we can run tests that depend on it test_script: - - echo $USER + - id - make test \ No newline at end of file