File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,11 +64,12 @@ version of our release for testing. The process is fairly simple:
64643 . Modify the ` workflow-$DEIS_RELEASE_SHORT/tpl/generate_params.toml ` file to ensure that all
6565` dockerTag ` values look like ` git-$COMPONENT_SHA_SHORT ` , where ` $COMPONENT_SHA_SHORT ` is the first
66667 characters of the applicable SHA that you got in the previous step.
67- 4 . Commit your changes: ` git commit -a -m "chore(workflow-$DEIS_RELEASE_SHORT): releasing workflow-$DEIS_RELEASE_SHORT" `
68- 5 . Push your changes to your fork: ` git push -u $YOUR_FORK_REMOTE release-$DEIS_RELEASE ` . Note that
67+ 4 . Ensure that all ` DEBUG ` variables in manifests are ` false ` .
68+ 5 . Commit your changes: ` git commit -a -m "chore(workflow-$DEIS_RELEASE_SHORT): releasing workflow-$DEIS_RELEASE_SHORT" `
69+ 6 . Push your changes to your fork: ` git push -u $YOUR_FORK_REMOTE release-$DEIS_RELEASE ` . Note that
6970` $YOUR_FORK_REMOTE ` is the git URI to the remote of your ` deis/charts ` fork. Mine is ` git@github.com:arschles/deis-charts.git ` , for example.
70- 6 . Do steps 2-5 with the ` workflow-beta2-e2e ` directory
71- 7 . Open a pull request from your branch to merge into ` master ` on https://github.com/deis/charts
71+ 7 . Do steps 2-5 with the ` workflow-beta2-e2e ` directory
72+ 8 . Open a pull request from your branch to merge into ` master ` on https://github.com/deis/charts
7273
7374# Step 3: Manual Testing
7475
You can’t perform that action at this time.
0 commit comments