[openssh-commits] [openssh] 06/06: Don't always set SUDO.
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Apr 22 23:28:18 AEST 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit f57fbfe5eb02df1a91f1a237c4d27165afd87c13
Author: Darren Tucker <dtucker at dtucker.net>
Date: Thu Apr 22 22:27:26 2021 +1000
Don't always set SUDO.
Rely on sourcing configs to set as appropriate.
---
.github/workflows/c-cpp.yml | 1 -
.github/workflows/selfhosted.yml | 1 -
2 files changed, 2 deletions(-)
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index c4ae2843..c2825a30 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -52,7 +52,6 @@ jobs:
- name: make tests
run: ./.github/run_test.sh ${{ matrix.configs }}
env:
- SUDO: sudo
TEST_SSH_UNSAFE_PERMISSIONS: 1
- name: save logs
if: failure()
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index 55ba435e..ec91ebda 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -10,7 +10,6 @@ jobs:
runs-on: ${{ matrix.os }}
env:
TARGET_HOST: ${{ matrix.os }}
- SUDO: sudo
strategy:
fail-fast: false
# We use a matrix in two parts: firstly all of the VMs are tested with the
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list