Skip to content
Closed

fix CI #6421

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.updater
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

1 change: 1 addition & 0 deletions common/.rubocop.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
inherit_from: ../.rubocop.yml