diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42e9a6edac2..dfd2fc788a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,12 +144,13 @@ jobs: --cache-from ghcr.io/dependabot/dependabot-core \ . - - name: Build dependabot-core-ci image + - name: Build dependabot-updater image if: steps.changes.outputs[matrix.suite.path] == 'true' env: DOCKER_BUILDKIT: 1 run: | docker build \ + --build-arg OMNIBUS_VERSION=latest \ -f Dockerfile.updater \ -t "dependabot-updater:latest" \ --build-arg BUILDKIT_INLINE_CACHE=1 \ @@ -166,7 +167,7 @@ jobs: --env "CI_NODE_TOTAL=${{ matrix.suite.ci_node_total }}" \ --env "CI_NODE_INDEX=${{ matrix.suite.ci_node_index }}" \ --rm dependabot-updater bash -c \ - "cd /home/dependabot/dependabot/${{ matrix.suite.path }} && ./script/ci-test" + "cd /home/dependabot/${{ matrix.suite.path }} && ./script/ci-test" updater: name: Updater diff --git a/Dockerfile.updater b/Dockerfile.updater index 0928f82be53..ab12294eed2 100644 --- a/Dockerfile.updater +++ b/Dockerfile.updater @@ -56,3 +56,4 @@ ENV NODE_EXTRA_CA_CERTS=/etc/ssl/certs/ca-certificates.crt COPY --chown=dependabot:dependabot updater /home/dependabot/dependabot-updater CMD ["bundle", "exec", "ruby", "bin/dependabot_update.rb"] + diff --git a/common/.rubocop.yml b/common/.rubocop.yml index fc2019d46a3..54cb9eca313 100644 --- a/common/.rubocop.yml +++ b/common/.rubocop.yml @@ -1 +1,2 @@ inherit_from: ../.rubocop.yml +