Skip to content

Commit

Permalink
Merge pull request #162 from tmaeno/master
Browse files Browse the repository at this point in the history
condor setup in container's sysconfig
  • Loading branch information
tmaeno authored Nov 23, 2022
2 parents 1cf470d + 418316e commit a62f180
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ condor_master \n\

RUN chmod +x /opt/harvester/etc/rc.d/init.d/run-harvester-services

# add condor setup ins sysconfig
RUN echo source /data/condor/condor/condor.sh >> /opt/harvester/etc/sysconfig/panda_harvester

CMD exec /bin/bash -c "trap : TERM INT; sleep infinity & wait"

EXPOSE 8080
2 changes: 1 addition & 1 deletion pandaharvester/panda_pkg_info.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release_version = "0.2.19"
release_version = "0.2.20"

0 comments on commit a62f180

Please sign in to comment.