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

fix deploy issue #184

Closed
wants to merge 2 commits into from
Closed

fix deploy issue #184

wants to merge 2 commits into from

Conversation

simbo1905
Copy link
Collaborator

What does this implement/fix? Explain your changes.

Deploy step is ignored #120

Does this close any currently open issues?

Deploy step is ignored #120

Any other comments?

See comments in this pull request.

@@ -95,6 +95,7 @@ before_deploy:

deploy:
- provider: bintray
skip_cleanup: true
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

In the log here https://api.travis-ci.org/v3/job/389282869/log.txt it says:

[Bintray Upload] Cleaning up git repository with git stash --all. If you need build artifacts for deployment, set deploy.skip_cleanup: true. See https://docs.travis-ci.com/user/deployment#Uploading-Files-and-skip_cleanup.

@@ -7,7 +7,8 @@ if [[ "$GITSECRET_DIST" == "rpm" ]]; then
sudo apt-get install -y rpm;
fi

if [[ ! -z "$GITSECRET_DIST" ]] && [[ -z "$KITCHEN_REGEXP" ]]; then
# if not null GITSECRET_DIST
if [[ ! -z "$GITSECRET_DIST" ]]; then
Copy link
Collaborator Author

@simbo1905 simbo1905 Jun 7, 2018

Choose a reason for hiding this comment

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

This issue here is that $KITCHEN_REGEXP is defined where $GITSECRET_DIST is defined in .travis.yml Since $GITSECRET_DIST is only defined in two places, once for deb and once for rpm in .travis.yml this change seems okay.

@simbo1905 simbo1905 mentioned this pull request Jun 7, 2018
@simbo1905
Copy link
Collaborator Author

simbo1905 commented Jun 7, 2018

I tried this out on my own travis and saw that it attempted to deploy the artefacts.

@simbo1905
Copy link
Collaborator Author

Note: The lint checks broke the build so I ripped those out to test this.

@simbo1905
Copy link
Collaborator Author

The PR build looks to have passed lint but failed man tests.

Copy link
Owner

@sobolevn sobolevn left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Collaborator

@joshrabinowitz joshrabinowitz left a comment

Choose a reason for hiding this comment

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

LGTM

@joshrabinowitz
Copy link
Collaborator

now we just need to resolve #179 (find man pages...) so we can merge!

@simbo1905
Copy link
Collaborator Author

Closing as these changes were in #188

@simbo1905 simbo1905 closed this Jun 10, 2018
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