diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index 0125257..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,25 +0,0 @@ -version: 2.1 -jobs: - run_tests: - docker: - - image: circleci/python:3.7.4 - steps: - - checkout - - run: - name: Install Python dependencies - command: | - echo 'export PATH=~$PATH:~/.local/bin' >> $BASH_ENV && source $BASH_ENV - pip install --user -r requirements.txt - - run: - name: Run unit tests - command: | - pytest --junitxml=test-reports/junit.xml --html=test-reports/pytest_report.html --self-contained-html - - store_test_results: - path: test-reports - - store_artifacts: - path: test-reports -workflows: - build_test: - jobs: - - run_tests - diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..7ad0be7 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,9 @@ +FROM python:3.8-alpine + +COPY ./requirements.txt . + +RUN pip install --user -r requirements.txt + +RUN pip install Jinja2 + +CMD ["python3","server.py"] diff --git a/requirements.txt b/requirements.txt index 2834515..0305fa7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ pylint == 2.4.3 pytest == 5.2.2 pytest-html == 2.0.0 flask == 1.0.0 - +Jinja2>=2.10.1 diff --git a/srcfolderfile b/srcfolderfile new file mode 100644 index 0000000..5e50b86 --- /dev/null +++ b/srcfolderfile @@ -0,0 +1,10 @@ +projects + +files +another change + + +sdfdsdfs +afaf +asdasda +afsa diff --git a/trackme b/trackme new file mode 100644 index 0000000..0f9451c --- /dev/null +++ b/trackme @@ -0,0 +1,6 @@ +first commit +second commit +third commit msut trigger build + + +אם זה שונה שידווח בגיט \ No newline at end of file