File tree Expand file tree Collapse file tree 1 file changed +24
-16
lines changed Expand file tree Collapse file tree 1 file changed +24
-16
lines changed Original file line number Diff line number Diff line change @@ -6,24 +6,32 @@ stages:
6
6
key : datadog-lambda-python-go-cache
7
7
policy : pull
8
8
9
- generator :
9
+ testing :
10
10
stage : pre
11
11
image : registry.ddbuild.io/images/mirror/golang:alpine
12
12
tags : ["arch:amd64"]
13
- cache : *go-cache
14
13
script :
15
- - apk add --no-cache gomplate
16
- - gomplate --config ci/config.yaml
17
- artifacts :
18
- paths :
19
- - ci/*-pipeline.yaml
14
+ - echo "[us-west-2] Published arn arn:aws:lambda:us-west-2:425362996713:layer:Datadog-Python39:66" > publish.log
15
+ - echo "$(grep -oE 'arn:aws:lambda:.*:\d+' publish.log)"
20
16
21
- build-layers :
22
- stage : build
23
- trigger :
24
- include :
25
- - artifact : ci/build-pipeline.yaml
26
- job : generator
27
- strategy : depend
28
- rules :
29
- - when : on_success
17
+ # generator:
18
+ # stage: pre
19
+ # image: registry.ddbuild.io/images/mirror/golang:alpine
20
+ # tags: ["arch:amd64"]
21
+ # cache: *go-cache
22
+ # script:
23
+ # - apk add --no-cache gomplate
24
+ # - gomplate --config ci/config.yaml
25
+ # artifacts:
26
+ # paths:
27
+ # - ci/*-pipeline.yaml
28
+ #
29
+ # build-layers:
30
+ # stage: build
31
+ # trigger:
32
+ # include:
33
+ # - artifact: ci/build-pipeline.yaml
34
+ # job: generator
35
+ # strategy: depend
36
+ # rules:
37
+ # - when: on_success
You can’t perform that action at this time.
0 commit comments