Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UniProt-Diff-Load bugfix: $WORKSPACE is wrong (ZFIN#887)
On trunk, I discovered that the value we get from the $WORKSPACE variable does not match the actual workspace that jenkins is using. This is apparent when viewing the console log: ``` Building in workspace /opt/zfin/www_homes/trunk/server_apps/jenkins/jenkins-home/jobs/UniProt-Diff-Load/workspace [workspace] $ /bin/sh -xe /tmp/jenkins13438737710530707733.sh + echo WORKSPACE=/opt/zfin/source_roots/trunk/ZFIN_WWW WORKSPACE=/opt/zfin/source_roots/trunk/ZFIN_WWW ``` Taken from: https://trunk.zfin.org/jobs/job/UniProt-Diff-Load/7/console
- Loading branch information