You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current, the nightly build process is set up to build from an experimental branch, which will eventually be merged into master. To ensure the CD process remains up-to-date, the on-going branch used to build nightlys should be set to either a pre-release branch (say feature/new-feature) or based on master.
To resolve this issue, the nightly build process should be updated to use one of the following approaches:
Feature Branch: Configure the nightly build repo to build from a specific feature branch (e.g. feature/new-feature) that is regularly updated with the latest changes.
Master Branch: Update the nightly build repo to build directly from the master branch, which will ensure that our builds always reflect the latest codebase.
TODO: Once this issue is resolved, the # TODO(guggero): Change the branch to 'master' once the experimental branch is merged into master. comment can be removed.
Current, the nightly build process is set up to build from an experimental branch, which will eventually be merged into master. To ensure the CD process remains up-to-date, the on-going branch used to build nightlys should be set to either a pre-release branch (say
feature/new-feature
) or based onmaster
.To resolve this issue, the nightly build process should be updated to use one of the following approaches:
feature/new-feature
) that is regularly updated with the latest changes.master
branch, which will ensure that our builds always reflect the latest codebase.TODO: Once this issue is resolved, the
# TODO(guggero): Change the branch to 'master' once the experimental branch is merged into master.
comment can be removed.lightning-terminal/.github/workflows/docker.yml
Lines 21 to 22 in 2c60753
The text was updated successfully, but these errors were encountered: