mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Add github action for integration test
* Add sudo to some commands for the github action. * Change paths to also work within a github action.
This commit is contained in:
parent
dad549c392
commit
13cd14738b
4 changed files with 40 additions and 20 deletions
|
|
@ -40,6 +40,6 @@ echo '
|
|||
}
|
||||
'> clientCertificateConfigs.txt
|
||||
|
||||
sed -i "/^server {/r ${HOME}/${FOLDERNAME}/clientCertificateConfigs.txt" $NGINX_CONFIG_PATH
|
||||
sudo sed -i "/^server {/r ${HOME}/${FOLDERNAME}/clientCertificateConfigs.txt" $NGINX_CONFIG_PATH
|
||||
|
||||
systemctl reload nginx
|
||||
sudo systemctl reload nginx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue