Skip to content

Commit a3f713d

Browse files
fix: remove some bootstrapping logic
1 parent 725ff05 commit a3f713d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
branches-ignore:
1212
- 'stl-preview-head/**'
1313
- 'stl-preview-base/**'
14+
1415
jobs:
1516
lint:
1617
timeout-minutes: 10

scripts/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
set -eo pipefail
3+
set -e
44

55
cd "$(dirname "$0")/.."
66

0 commit comments

Comments
 (0)