Skip to content

Commit fe47b27

Browse files
adadoucheAbdelhalim Dadouche
andauthored
merging latest chages from dev-adadouche (#28)
* - switching from npm to yarn - updating libraries to new cdk version and requirements * adjusting the example to the new code from adadouche/aws4embeddedlinux-ci#dev-adadouche * adjusting to aws4embeddedlinux-ci latest version * adjusting to aws4embeddedlinux-ci latest version * fixing package reference * updating eslint, removing unused tests code * Minor changes - adding dependabot - dependencies updates - cleaning gitignore - minor doc formatting * dependency update * dependency update --------- Co-authored-by: Abdelhalim Dadouche <[email protected]>
1 parent 0487682 commit fe47b27

File tree

8 files changed

+775
-6583
lines changed

8 files changed

+775
-6583
lines changed

.gitignore

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,6 @@ yarn-install.log
1919
!.yarn/sdks/
2020
.pnp.*
2121

22-
# yarn asset
23-
yarn-install.log
24-
.yarn
25-
!.yarn/releases/
26-
!.yarn/plugins/
27-
!.yarn/versions/
28-
!.yarn/sdks/
29-
.pnp.*
30-
3122
# CDK asset staging directory
3223
.cdk.staging
3324
cdk.out

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,10 @@ yarn build
7373
First, you will need to deploy the *base ubuntu* image pipeline (`aws4el-ci-pipeline-base-image`).
7474

7575
```bash
76-
cdk deploy aws4el-ci-pipeline-base-image --require-approval never --progress bar
76+
cdk deploy \
77+
aws4el-ci-pipeline-base-image \
78+
--require-approval never \
79+
--progress bar
7780
```
7881

7982
The created pipeline can be found in the AWS console under `Developer Tools > Pipeline - CodePipeline > Pipelines`.
@@ -100,7 +103,7 @@ Once the pipeline completes and the image is available in the ECR repository, th
100103
To deploy a specific pipeline type, you can use the following CDK deploy command:
101104

102105
```bash
103-
cdk deploy <pipeline-id> --require-approval
106+
cdk deploy <pipeline-id> --require-approval never
104107
```
105108

106109
where **\<pipeline-id\>** can be one or more of the following:
@@ -164,7 +167,10 @@ Again, the created pipeline can be found in the AWS console under `Developer Too
164167
To deploy _all_ the example pipelines, you can use the CDK deploy command:
165168
166169
```bash
167-
cdk deploy aws4el-ci-pipelines --require-approval never --concurrency 3
170+
cdk deploy \
171+
aws4el-ci-pipelines \
172+
--require-approval never \
173+
--concurrency 3
168174
```
169175
170176
> [!NOTE]

0 commit comments

Comments
 (0)