Fork me on GitHub

Changeset e353c19 in git


Ignore:
Timestamp:
May 23, 2018, 3:47:49 PM (6 years ago)
Author:
Pavel Demin <pavel-demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
5233ae9
Parents:
32c87a1
Message:

use double square brackets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .circleci/config.yml

    r32c87a1 re353c19  
    77        name: Setup environment
    88        command: |
    9           ls -l /opt/root
    10           if [ -d /opt/root ]; then
     9          if [[ -d /opt/root ]]; then
    1110            echo 'export ROOTSYS=/opt/root' >> $BASH_ENV
    1211            echo 'export PATH=$ROOTSYS/bin:$PATH' >> $BASH_ENV
Note: See TracChangeset for help on using the changeset viewer.