Skip to content

Commit d9d370b

Browse files
committed
Remove echo test
1 parent 877f2d6 commit d9d370b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/oracle-db-duplicate.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,9 @@ jobs:
198198
run: |
199199
export ANSIBLE_CONFIG=$ansible_config
200200
ln -s $PWD/roles/ansible/roles $PWD/operations/playbooks/oracle_duplicate/roles
201-
echo "$ansible_playbook_directory/rman-pre-duplicate.yml -e ansible_aws_ssm_bucket_name=${{ vars.ANSIBLE_AWS_SSM_BUCKET_NAME }} -i $inventory \
201+
$ansible_playbook_directory/rman-pre-duplicate.yml -e ansible_aws_ssm_bucket_name=${{ vars.ANSIBLE_AWS_SSM_BUCKET_NAME }} -i $inventory \
202202
-e duplicate_target=${{ steps.preparation.outputs.DuplicateTarget }} \
203-
-e skip_audited_interaction_archival=${{ github.event.inputs.SkipAudit }}"
203+
-e skip_audited_interaction_archival=${{ github.event.inputs.SkipAudit }}
204204
205205
oracle-rman-export-schema:
206206
if: ${{ github.event.inputs.SourceLegacy == 'no' }}

0 commit comments

Comments
 (0)