Skip to content

Commit fe823aa

Browse files
Dana SinghDana Singh
authored andcommitted
#203 test if running location matters
1 parent 58af709 commit fe823aa

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

for_gh_runner/runscript.sh

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ pip install .
2828
export PATH=/mnt/.local/bin:$PATH
2929
cd -
3030

31-
#####check for cylc install plugin
32-
# install/register cylc plugin
33-
pip install .
34-
cylc version --long
35-
#exit 1
36-
##################################
31+
######check for cylc install plugin
32+
## install/register cylc plugin
33+
#pip install .
34+
#cylc version --long
35+
##exit 1
36+
###################################
3737

3838
get_user_input () {
3939
echo Please Enter Experiment Name:
@@ -116,6 +116,14 @@ fre_pp_steps () {
116116
# echo -e "\nRunning fre pp validate, validating rose-suite/app config files ..."
117117
# fre -vv pp validate -e ${expname} -p ${plat} -t ${targ}
118118
# check_exit_status "VALIDATE"
119+
echo " I dont have to eb in the cylc src dir, do I?"
120+
#####check for cylc install plugin
121+
# install/register cylc plugin
122+
pip install .
123+
cylc version --long
124+
#exit 1
125+
##################################
126+
cd /mnt/cylc-src/${name}
119127

120128
# Install
121129
echo -e "\nRunning fre pp install, installing workflow in ${HOME}/cylc-run/${name} ..."

0 commit comments

Comments
 (0)