Skip to content

Commit

Permalink
update EveryObject
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Jul 5, 2022
1 parent ca4f52c commit c756aa7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions omero/autogen_docs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ WORKSPACE=${WORKSPACE:-$(pwd)}
WORKSPACE=${WORKSPACE%/} # Remove trailing slashes
USER=${USER:-$(whoami)}

echo "Retrieve model object"
URL="https://latest-ci.openmicroscopy.org/jenkins/job/OMERO-server/lastSuccessfulBuild/artifact/EveryObject.rst"
wget -q $URL
mv EveryObject.rst omero/developers/Model/EveryObject.rst

echo "Copying history"
# inject link to change log
touch newfile.rst
Expand Down

0 comments on commit c756aa7

Please sign in to comment.