Changeset e353c19 in git
- Timestamp:
- May 23, 2018, 3:47:49 PM (6 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 5233ae9
- Parents:
- 32c87a1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.circleci/config.yml
r32c87a1 re353c19 7 7 name: Setup environment 8 8 command: | 9 ls -l /opt/root 10 if [ -d /opt/root ]; then 9 if [[ -d /opt/root ]]; then 11 10 echo 'export ROOTSYS=/opt/root' >> $BASH_ENV 12 11 echo 'export PATH=$ROOTSYS/bin:$PATH' >> $BASH_ENV
Note:
See TracChangeset
for help on using the changeset viewer.