Skip to content

Commit 725ff05

Browse files
fix: fix builds for non-public Go repos
1 parent 6b45c41 commit 725ff05

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
branches-ignore:
1212
- 'stl-preview-head/**'
1313
- 'stl-preview-base/**'
14-
1514
jobs:
1615
lint:
1716
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 -e
3+
set -eo pipefail
44

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

0 commit comments

Comments
 (0)