mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-18 02:46:42 +01:00
Test
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -32,7 +32,7 @@ pipeline {
|
||||
script {
|
||||
docker.image("albert/headscale-webui:${env.BRANCH_NAME}-${env.BUILD_ID}").inside {
|
||||
sh 'ls /app'
|
||||
sh '. /app/.venv/bin/activate && exec $@'
|
||||
sh '. /app/.venv/bin/activate && exec "$@"'
|
||||
sh 'apk add curl'
|
||||
sh 'curl localhost:5000'
|
||||
sh 'apk del curl'
|
||||
|
||||
Reference in New Issue
Block a user