Skip to content

Commit

Permalink
Merge pull request #164 from tmaeno/master
Browse files Browse the repository at this point in the history
backward-compatibility in Dockerfile
  • Loading branch information
tmaeno authored Nov 28, 2022
2 parents dc6b1f2 + 6315daa commit d837fa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN mkdir -p /data/condor; cd /data/condor; \
curl -fsSL https://get.htcondor.org | /bin/bash -s -- --download --channel stable; \
mv condor.tar.gz condor.tar.gz.stable; \
curl -fsSL https://get.htcondor.org | /bin/bash -s -- --download; \
mv condor.tar.gz condor.tar.gz.latest
ln -fs condor.tar.gz condor.tar.gz.latest

#install gcloud
RUN echo $'[google-cloud-cli] \n\
Expand Down
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.21"
release_version = "0.2.22"

0 comments on commit d837fa0

Please sign in to comment.