Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan committed May 24, 2024
1 parent 856997a commit 53bc5f1
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
--target dev
- run: |
docker run --rm \
-e CI=true \
-v ${PWD}:/workspace \
ghcr.io/${{ github.repository }}/dev:py${{ matrix.python-version }} \
make dev lint test doc build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
--target dev
- run: |
docker run --rm \
-e CI=true \
-v ${PWD}:/workspace \
ghcr.io/${{ github.repository }}/dev:py${{ matrix.python-version }} \
make dev lint test doc build
Expand Down
1 change: 1 addition & 0 deletions .gitlab/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ dev-container-publish:
--target dev
- |
docker run --rm \
-e CI=true \
-v ${PWD}:/workspace \
${CI_REGISTRY_IMAGE}/dev:py${PYTHON_VERSION} \
make dev lint test doc build
Expand Down
1 change: 1 addition & 0 deletions .gitlab/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ container-publish:
--target dev
- |
docker run --rm \
-e CI=true \
-v ${PWD}:/workspace \
${CI_REGISTRY_IMAGE}/dev:py${PYTHON_VERSION} \
make dev lint test doc build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
--target dev
- run: |
docker run --rm \
-e CI=true \
-v ${PWD}:/workspace \
ghcr.io/{{ '${{ github.repository }}' }}/dev:py{{ '${{ matrix.python-version }}' }} \
make dev lint test doc build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
--target dev
- run: |
docker run --rm \
-e CI=true \
-v ${PWD}:/workspace \
ghcr.io/{{ '${{ github.repository }}' }}/dev:py{{ '${{ matrix.python-version }}' }} \
make dev lint test doc build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ dev-container-publish:
--target dev
- |
docker run --rm \
-e CI=true \
-v ${PWD}:/workspace \
${CI_REGISTRY_IMAGE}/dev:py${PYTHON_VERSION} \
make dev lint test doc build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ container-publish:
--target dev
- |
docker run --rm \
-e CI=true \
-v ${PWD}:/workspace \
${CI_REGISTRY_IMAGE}/dev:py${PYTHON_VERSION} \
make dev lint test doc build
Expand Down

0 comments on commit 53bc5f1

Please sign in to comment.