File tree Expand file tree Collapse file tree 1 file changed +4
-15
lines changed
utils/pass-pipeline/scripts Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- set - x
4
- set - u
3
+ set + x
4
+ set + u
5
5
6
6
# This is a file which defines helper routines based off of libjenkins for
7
7
# working with pipelines. You must source libjenkins before you call this.
@@ -73,16 +73,5 @@ build_bni_with_individual_passes_disabled() {
73
73
done
74
74
}
75
75
76
- PIPELINE_SCRIPT=$PWD /swift/src/tools/swift/utils/pass-pipeline/scripts/normal_pipeline.py
77
- OUTPUT_DIR=$PWD /pipeline_dir
78
- rm -rfv $OUTPUT_DIR
79
- mkdir -p $OUTPUT_DIR
80
-
81
- build_bni_with_slice_pipelines_disabled " $PIPELINE_SCRIPT " " $OUTPUT_DIR "
82
- build_bni_with_individual_pipelines_disabled " $PIPELINE_SCRIPT " " $OUTPUT_DIR "
83
- build_bni_with_individual_passes_disabled " $PIPELINE_SCRIPT " " $OUTPUT_DIR "
84
-
85
- time clear_workspace
86
-
87
- set +u
88
- set +x
76
+ set -u
77
+ set -x
You can’t perform that action at this time.
0 commit comments