mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2026-04-30 11:37:35 +00:00
fix: use correct path for nginx binary in CI verify step
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -50,4 +50,5 @@ jobs:
|
|||||||
|
|
||||||
- name: Verify nginx binary
|
- name: Verify nginx binary
|
||||||
run: |
|
run: |
|
||||||
/tmp/nginx-build/nginx -V
|
source "$GITHUB_WORKSPACE/conf/nginx-configure-flags"
|
||||||
|
/tmp/nginx-${NGINX_VERSION}/objs/nginx -V
|
||||||
|
|||||||
Reference in New Issue
Block a user