Skip to content

Commit

Permalink
ci: remove docker version check from workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Oct 20, 2023
1 parent bdceffe commit 6aed75c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pr-core-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ jobs:
- name: Install Yarn dependencies
run: yarn install --prefer-offline --frozen-lockfile

# This block should eventually become use lando/actions-hyperdrive@v2
- name: Verify Docker dependencies
run: |
docker --version | grep "20.10."
docker-compose --version | grep "1.29."
# - name: Install via hyperdrive if above is bad
- name: Disable usage and error reporting
run: |
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/pr-db-tools-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ jobs:
- name: Install Yarn dependencies
run: yarn install --prefer-offline --frozen-lockfile

# This block should eventually become use lando/actions-hyperdrive@v2
- name: Verify Docker dependencies
run: |
docker --version | grep "20.10."
docker-compose --version | grep "1.29."
# - name: Install via hyperdrive if above is bad
- name: Disable usage and error reporting
run: |
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/pr-django-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ jobs:
- name: Install Yarn dependencies
run: yarn install --prefer-offline --frozen-lockfile

# This block should eventually become use lando/actions-hyperdrive@v2
- name: Verify Docker dependencies
run: |
docker --version | grep "20.10."
docker-compose --version | grep "1.29."
# - name: Install via hyperdrive if above is bad
- name: Disable usage and error reporting
run: |
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/pr-plugins-installed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@ jobs:
- name: Install Yarn dependencies
run: yarn install --prefer-offline --frozen-lockfile

# This block should eventually become use lando/actions-hyperdrive@v2
- name: Verify Docker dependencies
run: |
docker --version | grep "20.10."
docker-compose --version | grep "1.29."
# - name: Install via hyperdrive if above is bad
- name: Disable usage and error reporting
run: |
Expand Down

0 comments on commit 6aed75c

Please sign in to comment.