Skip to content

Commit

Permalink
build Dockerfile as needed
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Nov 1, 2023
1 parent 506703a commit 873fcbd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 225 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
df -h
- uses: actions/checkout@v3
- run: yarn global add tsx
- name: make Dockerfile
run: ./makeDockerfile.ts
- name: build test images
run: ./buildTestImages.ts
- name: run test images
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,6 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

# build in CI
Dockerfile
225 changes: 0 additions & 225 deletions Dockerfile

This file was deleted.

0 comments on commit 873fcbd

Please sign in to comment.