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: docs/constructs/cicd.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,11 +35,11 @@ There is no SDLF-specific DevOps account in this setup.
35
35
This would create the following:
36
36
37
37
*`sdlf-cicd-bootstrap`
38
-
** this is created only once, no matter how many times `./deploy-generic.sh` is used in a given account.
38
+
* this is created only once, no matter how many times `./deploy-generic.sh` is used in a given account.
39
39
*`sdlf-cicd-sdlf-main`
40
-
** this CodeBuild project could be linked to a git repository owned by a data platform team, creating centralized storage layers with `sdlf-foundations`.
40
+
* this CodeBuild project could be linked to a git repository owned by a data platform team, creating centralized storage layers with `sdlf-foundations`.
41
41
*`sdlf-cicd-sdlf-engineering`
42
-
** this CodeBuild project could be linked to a git repository owned by a data engineers team, creating technical catalogs and data processing pipelines with `sdlf-dataset` and the various `sdlf-stage-*`.
42
+
* this CodeBuild project could be linked to a git repository owned by a data engineers team, creating technical catalogs and data processing pipelines with `sdlf-dataset` and the various `sdlf-stage-*`.
0 commit comments