Skip to content

Commit

Permalink
remove extra docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Jan 13, 2021
1 parent 06a5349 commit 811a505
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,3 @@ jobs:
file: ./coverage.txt # optional
fail_ci_if_error: true
if: "env.GIT_DIFF != ''"

docker-build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- name: build docker image
run: |
docker build --pull --rm -f "Dockerfile" -t gaia:latest "."

0 comments on commit 811a505

Please sign in to comment.