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

Lint shell scripts with shellcheck and enable shellcheck in travis build #79

Merged
merged 1 commit into from
Jul 6, 2017

Conversation

nitisht
Copy link
Contributor

@nitisht nitisht commented Jul 5, 2017

No description provided.

.travis.yml Outdated
script:
- docker build -f Dockerfile.dev -t play.minio.io/mint:travis-$TRAVIS_PULL_REQUEST_SHA .
- docker run -v $(pwd):/scripts koalaman/shellcheck *.sh
Copy link
Member

Choose a reason for hiding this comment

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

Missing /scripts this should be run inside the container..

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated.

@nitisht nitisht force-pushed the shellcheck branch 2 times, most recently from 56a2522 to 4ca759a Compare July 5, 2017 22:11
@nitisht nitisht merged commit ce8ab47 into minio:master Jul 6, 2017
@nitisht nitisht deleted the shellcheck branch July 6, 2017 00:48
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

3 participants