Skip to content

Commit

Permalink
Add Jira user/pw
Browse files Browse the repository at this point in the history
  • Loading branch information
athornton committed Sep 20, 2018
1 parent 559dd6e commit ed2733b
Show file tree
Hide file tree
Showing 12 changed files with 252 additions and 5,569 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.DS_Store*
.hubot_history
15 changes: 8 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@ MAINTAINER sqre-admin
LABEL description="LSST DM-SQuaRE Hubot Automation" \
name="lsstsqre/sqrbot"
RUN useradd -d /home/hubot -m hubot
COPY external-scripts.json package.json README.md /home/hubot/
COPY bin /home/hubot/bin/
RUN chown -R hubot /home/hubot
COPY scripts /home/hubot/scripts/
RUN chown -R hubot /home/hubot/scripts
USER hubot
WORKDIR /home/hubot
COPY external-scripts.json package.json /home/hubot/
RUN npm install
#
# You will need to set HUBOT_SLACK_TOKEN in order for this to work.
Expand All @@ -18,7 +14,12 @@ RUN npm install
# HUBOT_GITHUB_USER
# HUBOT_GITHUB_TOKEN
# HUBOT_GITHUB_PASSWORD
# LSST_JIRA_USER
# LSST_JIRA_PWD
#
CMD bin/hubot -a slack
ARG VERSION="0.8.1"
RUN mkdir scripts
COPY scripts/ scripts/
ENV PATH /usr/local/bin:/usr/bin:/bin:/home/hubot/node_modules/.bin
CMD hubot -a slack
ARG VERSION="0.9.0"
LABEL version="$VERSION"
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

214 changes: 0 additions & 214 deletions README.hubot.md

This file was deleted.

Loading

0 comments on commit ed2733b

Please sign in to comment.