Skip to content

Commit

Permalink
new travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-johnson committed Jun 5, 2018
1 parent 7f2ef0d commit 5af6a55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ RUN echo "creating project directories" \
&& touch /var/log/antinex/pipeline/latest-packets-rabbitmq.log \
&& chmod 777 /var/log/antinex/pipeline/latest-packets-redis.log \
&& chmod 777 /var/log/antinex/pipeline/latest-packets-rabbitmq.log \
&& echo "updating repos" \
&& echo "updating repo" \
&& cd /opt/antinex/pipeline \
&& git checkout master
&& git pull
&& "checking repos in container" \
&& ls -l /opt/antinex/pipeline \
&& echo "installing utils" \
&& echo "activating venv" \
&& . /opt/venv/bin/activate \
&& cd /opt/antinex/pipeline \
&& echo "installing pip upgrades" \
Expand Down Expand Up @@ -42,4 +42,4 @@ RUN find /opt/antinex/pipeline -type d -exec chmod 777 {} \;
RUN find /var/log/antinex -type d -exec chmod 777 {} \;

ENTRYPOINT . /opt/venv/bin/activate \
&& network_pipeline/scripts/packets_redis.py
&& /opt/antinex/pipeline/network_pipeline/scripts/packets_redis.py

0 comments on commit 5af6a55

Please sign in to comment.