Skip to content

Commit 09cf7b8

Browse files
committed
[libjenkins] Remove invocation code from libjenkins.pipelines.sh. It is supposed to be a library not an exe anymore. = /.
Swift SVN r24122
1 parent a87028e commit 09cf7b8

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

utils/pass-pipeline/scripts/libjenkins.pipelines.sh

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
set -x
4-
set -u
3+
set +x
4+
set +u
55

66
# This is a file which defines helper routines based off of libjenkins for
77
# working with pipelines. You must source libjenkins before you call this.
@@ -73,16 +73,5 @@ build_bni_with_individual_passes_disabled() {
7373
done
7474
}
7575

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

0 commit comments

Comments
 (0)