Skip to content

Commit

Permalink
Remove check_images_exist.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bnchrch committed Apr 26, 2023
1 parent 2500f4c commit 7675162
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 135 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,6 @@ on:
permissions: write-all

jobs:
# COMMON TASKS
ensure-images-exist:
name: "Ensure all required Docker images exist on Dockerhub"
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: Checkout Airbyte
uses: actions/checkout@v3

- name: Check images exist
run: ./tools/bin/check_images_exist.sh all
# The output of this job is used to trigger the following builds.
changes:
name: "Detect Modified Files"
Expand Down
124 changes: 0 additions & 124 deletions tools/bin/check_images_exist.sh

This file was deleted.

0 comments on commit 7675162

Please sign in to comment.