Removes references to Travis CI from nano-node#3755
Conversation
|
Marked as a draft until the changes a properly tested. |
b90609b to
575771c
Compare
|
Looks good to me. There also some references to Travis in nano-pow-server. |
|
Thanks @thsfs and @dsiganos . The nano-pow-server is not actively used, so we can probably leave that cleanup for now (likely to be archived at some point anyway). I did notice we have a docs reference to the |
@zhyatt , yes, it will look for |
|
This will be tested on V24.0DB1 release. |
|
@thsfs This branch was tested for beta artifact deployment but the workflow failed to deploy Docker with an error related to the tag passed in for the container. See: |
|
After discussing this with @thsfs it was clear that the way I ran this (workflow from this branch, but target for building |
|
We currently run the GitHub Actions by setting Code: In the Release process: Running the live artifacts to actually produce release builds will now need to be done by selecting the If these changes are made, then tests can be done for live by selecting any non-release branch and we can verify the builds will be made but not published. Thoughts @thsfs ? |
Agreed with the proposed changes. |
Remove unused Travis CI script
The PR #3822 addressed the proposed changes in a different manner. |
|
Tests passing. Notice they pass the build part (that is the expected): |
* Remove unused Travis CI script * Removes deploy-docker.sh as it is unused * Replacing mention to Travis to CI instead
Addresses: #3673