Skip to content

Commit b875894

Browse files
committed
commit for ci tests
1 parent 19ae041 commit b875894

4 files changed

Lines changed: 1 addition & 45 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: check_files
3131
run: |
3232
MODIFIED_FILES=$(git diff --name-only HEAD^ HEAD | \
33-
grep -E 'nix_test_env/Dockerfile|nix_test_env/docker_entrypoint.sh')
33+
grep -E 'nix_test_env/Dockerfile')
3434
if [ -n "$MODIFIED_FILES" ]; then
3535
echo "build_ran=true" >> $GITHUB_OUTPUT
3636
else

nix_test_env/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,4 @@ RUN nix-env -iA home-manager -f '<home-manager>'
4444
WORKDIR /root/.config/home-manager
4545
COPY . .
4646

47-
RUN chmod +x ./nix_test_env/docker_entrypoint.sh
48-
ENTRYPOINT ["./nix_test_env/docker_entrypoint.sh"]
49-
5047
CMD ["tail", "-f", "/dev/null"]

nix_test_env/docker_entrypoint.sh

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)