Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add stream module #15

Merged
merged 2 commits into from
Mar 25, 2020
Merged

Add stream module #15

merged 2 commits into from
Mar 25, 2020

Conversation

vinn946
Copy link
Contributor

@vinn946 vinn946 commented Mar 24, 2020

  • adding nginx-mod-stream module
  • update base alpine image

.drone.yml Outdated
@@ -8,7 +8,7 @@ pipeline:
- docker build -t nginx-test-img -f Dockerfile-test .
- docker run --name nginx-test -e NGINX_CONFIG_FILE=/nginx.conf -d nginx-test-img
- sleep 3
- curl -sf http://$$(docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' nginx-test):10080
- docker exec nginx-test curl -sf localhost:10080
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It this sufficiently testing the inclusion of mod-stream module?

tests/nginx-test.sh Outdated Show resolved Hide resolved
run-ci.sh Outdated Show resolved Hide resolved
@marcinc
Copy link
Contributor

marcinc commented Mar 24, 2020

small comments. LGTM otherwise.

Copy link
Contributor

@marcinc marcinc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@vinn946 vinn946 merged commit e6e7974 into master Mar 25, 2020
@vinn946 vinn946 deleted the nginx-mod-stream branch March 25, 2020 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants