We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bada78 commit bcb4ac4Copy full SHA for bcb4ac4
DATA/production/configurations/2021/ctf_recreation/ctf_recreation.sh
@@ -141,7 +141,7 @@ fi
141
142
if [[ -z $DPL_WORKFLOW_FROM_OUTSIDE ]]; then
143
echo "Use dpl-workflow.sh from O2"
144
- cp ~/SOFT/alibuild/ali-o2-dev/O2/prodtests/full-system-test/dpl-workflow.sh .
+ cp $O2_ROOT/prodtests/full-system-test/dpl-workflow.sh .
145
else
146
echo "Use dpl-workflow.sh passed as input"
147
cp $DPL_WORKFLOW_FROM_OUTSIDE .
0 commit comments