This repository was archived by the owner on Oct 28, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 13 files changed +67
-0
lines changed
oblt-cli-cluster-credentials
oblt-cli-cluster-name-validation
oblt-cli-create-serverless Expand file tree Collapse file tree 13 files changed +67
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,11 @@ outputs:
70
70
runs :
71
71
using : " composite"
72
72
steps :
73
+ - uses : actions/github-script@v7
74
+ with :
75
+ script : |
76
+ core.warning('This action is deprecated. Use https://github.com/elastic/oblt-actions/tree/main/buildkite/run')
77
+
73
78
- uses : hashicorp/vault-action@v3.0.0
74
79
with :
75
80
url : ${{ inputs.vaultUrl }}
Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ outputs:
23
23
runs :
24
24
using : " composite"
25
25
steps :
26
+ - uses : actions/github-script@v7
27
+ with :
28
+ script : |
29
+ core.warning('This action is deprecated. Use docker/login-action with GitHub secrets.')
26
30
- uses : hashicorp/vault-action@v3.0.0
27
31
with :
28
32
url : ${{ inputs.url }}
Original file line number Diff line number Diff line change @@ -25,6 +25,11 @@ inputs:
25
25
runs :
26
26
using : composite
27
27
steps :
28
+ - uses : actions/github-script@v7
29
+ with :
30
+ script : |
31
+ core.warning('This action is deprecated. Use https://github.com/elastic/oblt-actions/tree/main/slack/notify-result.')
32
+
28
33
- name : Prepare data
29
34
id : prepare
30
35
shell : bash
Original file line number Diff line number Diff line change @@ -25,6 +25,12 @@ inputs:
25
25
runs :
26
26
using : " composite"
27
27
steps :
28
+
29
+ - uses : actions/github-script@v7
30
+ with :
31
+ script : |
32
+ core.warning('This action is deprecated. Use https://github.com/elastic/oblt-actions/tree/main/oblt-cli/cluster-credentials')
33
+
28
34
- uses : elastic/apm-pipeline-library/.github/actions/oblt-cli-cluster-name-validation@current
29
35
id : validation
30
36
with :
Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ outputs:
14
14
runs :
15
15
using : " composite"
16
16
steps :
17
+ - uses : actions/github-script@v7
18
+ with :
19
+ script : |
20
+ core.warning('This action is deprecated. Use https://github.com/elastic/oblt-actions/tree/main/oblt-cli/cluster-name-validation.')
21
+
17
22
- name : Process inputs
18
23
uses : actions/github-script@v7
19
24
id : process
Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ inputs:
35
35
runs :
36
36
using : " composite"
37
37
steps :
38
+ - uses : actions/github-script@v7
39
+ with :
40
+ script : |
41
+ core.warning('This action is deprecated. Use https://github.com/elastic/oblt-actions/tree/main/oblt-cli/cluster-create-ccs')
38
42
39
43
- name : Configure oblt-cli flags
40
44
run : |
Original file line number Diff line number Diff line change @@ -39,6 +39,12 @@ inputs:
39
39
runs :
40
40
using : " composite"
41
41
steps :
42
+
43
+ - uses : actions/github-script@v7
44
+ with :
45
+ script : |
46
+ core.warning('This action is deprecated. Use https://github.com/elastic/oblt-actions/tree/main/oblt-cli/cluster-create-custom')
47
+
42
48
- name : Configure oblt-cli flags for gitops - issues
43
49
if : ${{ !github.event.issue.pull_request && contains(inputs.gitops, 'true') }}
44
50
run : |
Original file line number Diff line number Diff line change @@ -37,6 +37,11 @@ inputs:
37
37
runs :
38
38
using : " composite"
39
39
steps :
40
+
41
+ - uses : actions/github-script@v7
42
+ with :
43
+ script : |
44
+ core.warning('This action is deprecated. Use https://github.com/elastic/oblt-actions/tree/main/oblt-cli/cluster-create-serverless')
40
45
- name : Configure oblt-cli flags
41
46
uses : actions/github-script@v7
42
47
with :
Original file line number Diff line number Diff line change @@ -17,6 +17,12 @@ inputs:
17
17
runs :
18
18
using : " composite"
19
19
steps :
20
+
21
+ - uses : actions/github-script@v7
22
+ with :
23
+ script : |
24
+ core.warning('This action is deprecated. Use https://github.com/elastic/oblt-actions/tree/main/oblt-cli/cluster-destroy')
25
+
20
26
- uses : elastic/apm-pipeline-library/.github/actions/oblt-cli-cluster-name-validation@current
21
27
id : validation
22
28
with :
Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ inputs:
18
18
runs :
19
19
using : " composite"
20
20
steps :
21
+ - uses : actions/github-script@v7
22
+ with :
23
+ script : |
24
+ core.warning('This action is deprecated. Use https://github.com/elastic/oblt-actions/tree/main/oblt-cli/run')
25
+
21
26
- name : Setup oblt-cli
22
27
uses : elastic/apm-pipeline-library/.github/actions/setup-oblt-cli@current
23
28
with :
You can’t perform that action at this time.
0 commit comments