diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index cf1e577..5d9735c 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -95,11 +95,6 @@ jobs: echo "DOCKER_REPO=${{ secrets.DOCKER_REPO }}" >> $GITHUB_ENV echo "GITHUB_RUN_NUMBER=${{ github.run_number }}" >> $GITHUB_ENV - - name: Verify environment variables - run: | - echo "DOCKER_REPO=${{ secrets.DOCKER_REPO }}" - echo "GITHUB_RUN_NUMBER=${{ github.run_number }}" - - name: Check docker-compose.yml file run: | if [ ! -f docker/docker-compose.yml ]; then