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
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,15 @@ modules:
33
33
...
34
34
```
35
35
36
-
CI will now use that branch, to use it locally re-run any `make` command. **Note**: This will not automatically update locally when the remote branch is changed, in order to do that you will need to `rm -rf .bootstrap` and re-run a `make` command. If you are testing changes to `make e2e`, you must also run
36
+
CI will now use that branch, to use it locally re-run any `make` command.
37
+
38
+
> [!NOTE]
39
+
> This will not automatically update locally when the remote branch is changed, in order to do that you will need to `rm -rf .bootstrap` and re-run a `make` command. If you are testing changes to `make e2e`, you must also run
37
40
`rm -rf ~/.outreach/.cache/gobin/binaries/$(go version | awk '{ print $3 }' | tr -d 'go')/github.com/getoutreach/devbase` before re-running a make command, in addition to `rm -rf .bootstrap`.
38
41
42
+
> [!WARNING]
43
+
> If you run `stencil` while using the custom build, your manual changes to `stencil.lock` will be erased and replaced with the `devbase` version specified by `service.yaml`. You will need to restore the branch name manually after `stencil` completes.
44
+
39
45
## Building Docker Images
40
46
41
47
Docker images can be built by creating a `docker.yaml` file in the `deployments/` directory of a repository. The format of this file is as follows:
0 commit comments