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

Pass OS environment variables to Ansible #256

Merged
merged 5 commits into from
Feb 8, 2017
Merged

Pass OS environment variables to Ansible #256

merged 5 commits into from
Feb 8, 2017

Conversation

pavel-main
Copy link
Contributor

Related issue #255

@pavel-main pavel-main changed the title Path OS environment variables to Ansible Pass OS environment variables to Ansible Feb 8, 2017
@@ -38,7 +38,7 @@ cd -

echo "Adding bindata"

go-bindata $BINDATA_ARGS config.json db/migrations/ $(find ./public -type d -print)
go-bindata $BINDATA_ARGS config.json db/migrations/ $(find public/* -type d -print)
Copy link
Contributor Author

@pavel-main pavel-main Feb 8, 2017

Choose a reason for hiding this comment

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

Also added this fix, because assets with trailing slashes in paths are being aborted with 404 for some reason (was struggling with building & running locally):
https://github.com/ansible-semaphore/semaphore/blob/master/api/router.go#L115

Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@matejkramny
Copy link
Contributor

Very good, thanks.

@matejkramny matejkramny merged commit 8bc0871 into semaphoreui:master Feb 8, 2017
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