@ixor/aws-cdk-ixor-lambda 1.0.0-rc-3 → 1.2.0-rc-14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bitbucket-pipelines.yml +3 -3
- package/package.json +1 -1
package/bitbucket-pipelines.yml
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
image: node:
|
|
1
|
+
image: node:18
|
|
2
2
|
|
|
3
3
|
pipelines:
|
|
4
4
|
branches:
|
|
@@ -6,8 +6,8 @@ pipelines:
|
|
|
6
6
|
- step:
|
|
7
7
|
name: "Release patch version to npm"
|
|
8
8
|
script:
|
|
9
|
-
- git clone -b
|
|
10
|
-
- LIB_DIR=/bb-aws-utils/lib source /bb-aws-utils/lib/load.bash
|
|
9
|
+
- git clone -b feature/AWS-322-move-all-npmjs-packages-to-aws git@bitbucket.org:ixorcvba/ixor-bb-aws-utils.git /ixor-bb-aws-utils
|
|
10
|
+
- LIB_DIR=/ixor-bb-aws-utils/lib source /ixor-bb-aws-utils/lib/load.bash
|
|
11
11
|
- export NPM_TOKEN="$(aws_get_ssm_parameter_by_name NPM_TOKEN)"
|
|
12
12
|
- install_jq
|
|
13
13
|
- npm ci
|