diff --git a/.circleci/config.yml b/.circleci/config.yml index 9b0d1dd..878d8d1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,4 +32,3 @@ workflows: - 'main' jobs: - 'execute_tests' -... diff --git a/.github/workflows/dockerize.yml b/.github/workflows/dockerize.yml index 7fb5d8f..9028faa 100644 --- a/.github/workflows/dockerize.yml +++ b/.github/workflows/dockerize.yml @@ -42,7 +42,7 @@ jobs: - name: 'Update circleCI with the latest image tag' run: | yq e '.jobs.execute_tests.docker[0].image' -e .circleci/config.yml && \ - yq '.jobs.execute_tests.docker[0].image = "${{ env.DOCKERHUB_REPO }}):${{ steps.git_short_sha.outputs.short_sha }}"' \ + yq '.jobs.execute_tests.docker[0].image = "${{ env.DOCKERHUB_REPO }}:${{ steps.git_short_sha.outputs.short_sha }}"' \ -i .circleci/config.yml - name: 'Build and push docker image' diff --git a/.yamllint b/.yamllint index ce6dbc7..027c097 100644 --- a/.yamllint +++ b/.yamllint @@ -14,8 +14,6 @@ rules: braces: min-spaces-inside: 1 max-spaces-inside: 1 - document-end: - level: warning empty-values: forbid-in-block-mappings: false forbid-in-flow-mappings: false diff --git a/Dockerfile b/Dockerfile index 2d73d18..0c08044 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,4 +58,4 @@ ENV PATH="${BUNDLE_BIN}:${PATH}" RUN bundle config set without "development test" -CMD ["bash"] +# CMD ["bash"]