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: develop-docs/development-infrastructure/continuous-integration.mdx
-18Lines changed: 0 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -23,21 +23,3 @@ We use Google Cloud Build to build our Docker containers. Every single commit (i
23
23
## CI workflow for testing changes with getsentry
24
24
25
25
See [Workflow](/development/workflow/).
26
-
27
-
## Troubleshooting CI
28
-
29
-
You might also be interested in <Linkto="/development/environment/#troubleshooting">troubleshooting the dev environment</Link>.
30
-
31
-
---
32
-
33
-
**Problem:**
34
-
35
-
When pushing your build to staging and it fails the `Ensure test image` step on Travis.
36
-
37
-
**Solution:**
38
-
39
-
You probably forgot to push your branch on Sentry to GitHub.
40
-
41
-
## Old Systems
42
-
43
-
For historical reference, we used to use Travis and Percy which have been replaced by GitHub actions and [a GitHub action](https://github.com/getsentry/action-visual-snapshot) respectively.
0 commit comments