We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0231360 commit 6fb657dCopy full SHA for 6fb657d
.github/workflows/dockerimage.yml
@@ -113,7 +113,7 @@ jobs:
113
114
- name: Test njs command line
115
run: |
116
- echo "console.log('Using njs v' + njs.version)" | docker run -i --rm justdanz/nginx njs -q | grep "Using njs v0.8.3"
+ echo "console.log('Using njs v' + njs.version)" | docker run -i --rm justdanz/nginx njs -q - | grep "Using njs v0.8.3"
117
118
- name: Show logs
119
if: always()
0 commit comments