Skip to content

Commit c1156aa

Browse files
committed
[ci] test restart on staging with awx - fix
1 parent 938f779 commit c1156aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cd-publish-and-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
job_templates launch 'Rollout restart an instance resources' \
3333
--wait -f human \
3434
--inventory eu-west-staging \
35-
--extra_vars '{"customer":"testing","solution": "opencti" }}'
35+
--extra_vars '{"customer":"testing","solution": "opencti" }'
3636
3737
- name: Deploy on prerelease CE
3838
if: ${{ github.ref_name == 'master' }}
@@ -41,7 +41,7 @@ jobs:
4141
job_templates launch 'Rollout restart an instance resources' \
4242
--wait -f human \
4343
--inventory gcp-staging \
44-
--extra_vars '{"customer":"prerelease-ce","solution": "opencti" }}'
44+
--extra_vars '{"customer":"prerelease-ce","solution": "opencti" }'
4545
4646
- name: Deploy on prerelease
4747
if: ${{ github.ref_name == 'prerelease' }}
@@ -50,7 +50,7 @@ jobs:
5050
job_templates launch 'Rollout restart an instance resources' \
5151
--wait -f human \
5252
--inventory aws-staging \
53-
--extra_vars '{"customer":"prerelease-aws","solution": "opencti" }}'
53+
--extra_vars '{"customer":"prerelease-aws","solution": "opencti" }'
5454
5555
- name: Deploy on cicd-test
5656
if: ${{ github.ref_name == 'issue/13571-build-images' }}
@@ -59,4 +59,4 @@ jobs:
5959
job_templates launch 'Rollout restart an instance resources' \
6060
--wait -f human \
6161
--inventory eu-west-staging \
62-
--extra_vars '{"customer":"cicd-test","solution": "opencti" }}'
62+
--extra_vars '{"customer":"cicd-test","solution": "opencti" }'

0 commit comments

Comments
 (0)