try sudo
(cherry picked from commit 27e3a1e85562e2bd4147a56bdeb90986da8ab739)
This commit is contained in:
@@ -92,8 +92,8 @@ jobs:
|
|||||||
install="true"
|
install="true"
|
||||||
echo "::set-output name=install::true"
|
echo "::set-output name=install::true"
|
||||||
fi
|
fi
|
||||||
groupadd apps -g 568
|
sudo groupadd apps -g 568
|
||||||
useradd apps -u 568 -g 568 -d /home/apps -s /bin/bash
|
sudo useradd apps -u 568 -g 568 -d /home/apps -s /bin/bash
|
||||||
|
|
||||||
- name: Install Helm
|
- name: Install Helm
|
||||||
if: ${{ matrix.app != '.gitkee' }}
|
if: ${{ matrix.app != '.gitkee' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user