Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to clean stuff out #129

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ COPY . /usr/local/src/sync2jira
# Install Sync2Jira
RUN pip3 install --no-deps -v /usr/local/src/sync2jira

# To deal with JIRA issues (i.e. SSL errors)
RUN chmod g+w /etc/pki/tls/certs/ca-bundle.crt
RUN chmod 777 /usr/local/src/sync2jira/openshift/docker-entrypoint.sh

USER 1001

ENTRYPOINT ["/usr/local/src/sync2jira/openshift/docker-entrypoint.sh"]

CMD ["/usr/local/bin/sync2jira"]
62 changes: 0 additions & 62 deletions Dockerfile.build

This file was deleted.

53 changes: 0 additions & 53 deletions Dockerfile.deploy

This file was deleted.

6 changes: 0 additions & 6 deletions Dockerfile.sync-page
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ COPY . /usr/local/src/sync2jira
# Install Sync2Jira
RUN pip3 install --no-deps -v /usr/local/src/sync2jira

# To deal with JIRA issues (i.e. SSL errors)
RUN chmod g+w /etc/pki/tls/certs/ca-bundle.crt
RUN chmod 777 /usr/local/src/sync2jira/openshift/docker-entrypoint.sh

USER 1001

ENTRYPOINT ["/usr/local/src/sync2jira/openshift/docker-entrypoint.sh"]

CMD ["python3", "/usr/local/src/sync2jira/sync-page/event-handler.py"]
8 changes: 0 additions & 8 deletions continuous-deployment/continuous-deployment.md

This file was deleted.

227 changes: 0 additions & 227 deletions continuous-deployment/continuous_deployment.py

This file was deleted.

7 changes: 0 additions & 7 deletions continuous-deployment/failure_template.jinja

This file was deleted.

Loading
Loading