This commit is contained in:
iFargle
2023-02-08 14:07:41 +09:00
parent f5a25b1407
commit 6202b6f92f

2
Jenkinsfile vendored
View File

@@ -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'