Skip to content

Commit

Permalink
try to escape
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams committed Dec 21, 2022
1 parent e9b0010 commit 3eb7892
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/test.yml
Expand Up @@ -107,18 +107,18 @@ jobs:
run: |
distro_info=$(cat /etc/*-release | tr '[:upper:]' '[:lower:]' | sed 's/"//g' | tr '\n' ';')
echo arch="$(uname -m)" >> $GITHUB_OUTPUT
echo distro_info="$distro_info)" >> $GITHUB_OUTPUT
echo shebang="$(head -n 1 "$0")" >> $GITHUB_OUTPUT
echo env_arch="$env_arch" >> $GITHUB_OUTPUT
echo env_distro="$env_distro" >> $GITHUB_OUTPUT
echo volume_1_ls="$(ls /volume_1 || true)" >> $GITHUB_OUTPUT
echo volume_2_ls="$(ls /volume_2 || true)" >> $GITHUB_OUTPUT
echo volume_3_ls="$(ls /volume_3 || true)" >> $GITHUB_OUTPUT
echo volume_4_ls="$(ls /volume_4 || true)" >> $GITHUB_OUTPUT
echo volume_5_ls="$(ls /volume_5 || true)" >> $GITHUB_OUTPUT
echo git_path="$(which git)" >> $GITHUB_OUTPUT
echo shell_options="$-" >> $GITHUB_OUTPUT
echo "arch=\"\$(uname -m)\" >> \$GITHUB_OUTPUT"
echo "distro_info=\"\$distro_info\" >> \$GITHUB_OUTPUT"
echo "shebang=\"\$(head -n 1 \"\$0\")\" >> \$GITHUB_OUTPUT"
echo "env_arch=\"\$env_arch\" >> \$GITHUB_OUTPUT"
echo "env_distro=\"\$env_distro\" >> \$GITHUB_OUTPUT"
echo "volume_1_ls=\"\$(ls /volume_1 || true)\" >> \$GITHUB_OUTPUT"
echo "volume_2_ls=\"\$(ls /volume_2 || true)\" >> \$GITHUB_OUTPUT"
echo "volume_3_ls=\"\$(ls /volume_3 || true)\" >> \$GITHUB_OUTPUT"
echo "volume_4_ls=\"\$(ls /volume_4 || true)\" >> \$GITHUB_OUTPUT"
echo "volume_5_ls=\"\$(ls /volume_5 || true)\" >> \$GITHUB_OUTPUT"
echo "git_path=\"\$(which git)\" >> \$GITHUB_OUTPUT"
echo "shell_options=\"\$-\" >> \$GITHUB_OUTPUT"
- name: Assert setup script runs on host (check arch info)
run: |
Expand Down

0 comments on commit 3eb7892

Please sign in to comment.