@squiz/component-cli-lib 1.56.0 → 1.56.1-alpha.1
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/.gitlab-ci.yml
CHANGED
|
@@ -26,9 +26,8 @@
|
|
|
26
26
|
name: $IMAGE_AWS_CLI
|
|
27
27
|
entrypoint: [""]
|
|
28
28
|
tags:
|
|
29
|
-
- ec2glr/aws-dx-np
|
|
29
|
+
- ec2glr/aws-dx-np
|
|
30
30
|
script:
|
|
31
|
-
- export
|
|
32
31
|
- echo "Configuring service URLs"
|
|
33
32
|
- |2
|
|
34
33
|
echo -n "Getting 'COMPONENT_MANAGEMENT_SERVICE_URL' from CloudFormation stack: 'dx-${DEPLOYMENT_LABEL}-cmp' output: 'managementServiceURL'... "
|
|
@@ -80,7 +79,6 @@
|
|
|
80
79
|
# tags:
|
|
81
80
|
# - size/l
|
|
82
81
|
script:
|
|
83
|
-
- export
|
|
84
82
|
- npm ci
|
|
85
83
|
- npm run bootstrap -- --ci
|
|
86
84
|
- npm run compile
|
|
@@ -140,4 +138,4 @@ get-production-service-urls:
|
|
|
140
138
|
name: production
|
|
141
139
|
url: components.prod.dx.squiz.cloud
|
|
142
140
|
tags:
|
|
143
|
-
- ec2glr/aws-dx-p
|
|
141
|
+
- ec2glr/aws-dx-p
|