(cherry picked from commit 27e3a1e85562e2bd4147a56bdeb90986da8ab739)
This commit is contained in:
kjeld Schouten-Lebbing
2021-10-13 11:50:58 +02:00
parent 7702390281
commit 2ce3fa36a9

View File

@@ -92,8 +92,8 @@ jobs:
install="true"
echo "::set-output name=install::true"
fi
groupadd apps -g 568
useradd apps -u 568 -g 568 -d /home/apps -s /bin/bash
sudo groupadd apps -g 568
sudo useradd apps -u 568 -g 568 -d /home/apps -s /bin/bash
- name: Install Helm
if: ${{ matrix.app != '.gitkee' }}