-
Notifications
You must be signed in to change notification settings - Fork 13
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
builds do not end up in cloudsmith <user>/squiddio-prod folder as expected #124
Comments
mauroc,
|
the expression in line 110
evaluates to false, as BUILD_TAG is null (per line 105), so REPO = $BETA_REPO in line 117. |
Maybe Jon hasn't finished that part? Search "BUILD_TAG" (18 hits in 2 files) |
I believe this is all working now, a tagged push from master branch should deploy to squiiddio-prod. It has worked on my fork. I believe this can be closed now. |
Mauro, I think we have sorted out the write or deploy permissions for using the opencpn/squiddio-beta and squiddio-prod Cloudsmith repositories. If you could try incrementing your plugin to the next version and pushing a tagged commit up to your remote "master" branch I believe the files should build and deploy to the opencpn/squiddio-prod repository. PS: you would need to accept the PR https://github.com/mauroc/squiddio_pi/pull/127/commits which does build and complete with green check |
rick
I am out sailing for the weekend with little connectivity. I should be able
to get to this when I get to the marina later today
mauro
…On Sat, Jun 27, 2020, 11:44 Rick Gleason ***@***.***> wrote:
Mauro, I think we have sorted out the write or deploy permissions for
using the opencpn/squiddio-beta and squiddio-prod Cloudsmith repositories.
We have made a "Plugin Team" you have been added, made a member, and that
Plugin Team has been added to th Access Control menu with "write"
permissions.
If you could try incrementing your plugin to the next version and pushing
a tagged commit up to your remote "master" branch I believe the files
should build and deploy to the opencpn/squiddio-prod repository.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#124 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGRYLUTGES5FVJGINCXHETRYY4YDANCNFSM4MXJXEDQ>
.
|
No rush, Mauro, enjoy your sailing!!! |
I think this can be closed? |
This is old and fixed. Needs to be closed. I can not close it. Mauro can you? |
Maybe we should start over with a new Issue? |
Well, we need to fix this. So lets not close it yet. Tomorrow? |
Mauro, I think you got this sorted out?
|
Mauro, I hope this is fixed. |
followed instructions here
In master branch
however, this caused the circleci builds to end up in mauo-calvi/squiddio-beta and not in mauro-calvi/squiddio-prod, as expected. The appveryor builds were placed correctly in mauro-calvi/squiddio-prod.
Someone suggested it may be because a corresponding release was not available on github, so I tried
I am sort of fumbling in the dark here...I am sure I am missing a step or two.
Also, upon inspection of the circleci logs, it looks like environmental variable BUILD_TAG in cloudsmith-upload.sh.in is NULL, which causes the upload to default to beta. That variable is set to CIRCLE_TAG in line 30, but can't figure out where this last variable is initialized..
The text was updated successfully, but these errors were encountered: