From 3411e09c0dc45a79f7fcf12daf9b7ea5b4c054b0 Mon Sep 17 00:00:00 2001 From: Andy Kwok Date: Fri, 29 Nov 2024 14:58:05 -0800 Subject: [PATCH] Apply docker start cmd Signed-off-by: Andy Kwok --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7e51eede..6f472729 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -8,9 +8,6 @@ on: branches: - "*" - "feature/**" -env: - ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true - jobs: Get-CI-Image-Tag: uses: opensearch-project/opensearch-build/.github/workflows/get-ci-image-tag.yml@main @@ -32,6 +29,9 @@ jobs: options: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-start-options }} steps: + - name: Run start commands + run: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-start-command }} + - name: Checkout geospatial uses: actions/checkout@v4