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
{{ message }}
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
We finished the autogeneration step in the network repo, so we'll have to figure out the automation step that kicks in on a build to copy over any new template generated to mezzanine. Ideally only when the diff says there's a difference, but it won't hurt to just blinding copy it due to its small size.
The text was updated successfully, but these errors were encountered:
A staging build of the network site completes, the generated template file is archived in the build's folder.
A new job (copy-network-templates-to-mezzanine) is set up to watch for completed builds of "Network (staging)" and begins executing.
It copies the archived template file from $JENKINS_HOME/jobs/Network (staging)/builds/lastStableBuild/archive into the workspace (which is a clean version of network-api@master)
It commits the change.
The master branch in the workspace is pushed to mozilla/network-api@master
We finished the autogeneration step in the network repo, so we'll have to figure out the automation step that kicks in on a build to copy over any new template generated to mezzanine. Ideally only when the diff says there's a difference, but it won't hurt to just blinding copy it due to its small size.
The text was updated successfully, but these errors were encountered: