Skip to content

Commit 5cf9180

Browse files
committed
ppln
1 parent 68ad287 commit 5cf9180

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

build_darwin.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ inputs:
99
path: postgresql
1010

1111
run:
12+
# path: ls
13+
# args: ["-la","postgresql"]
1214
path: postgresql/check.sh

check.sh

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

33
set -e -x
44

pipeline.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,15 @@ resources:
66
uri: https://github.com/postgrespro/postgres_cluster
77
branch: ci2
88

9-
109
jobs:
1110
- name: runtest_freebsd
12-
public: true
13-
serial: true
1411
plan:
1512
- get: postgresql
1613
trigger: true
1714
- task: tests_freebsd
1815
file: postgresql/build.yml
1916

2017
- name: runtest_darwin
21-
public: true
22-
serial: true
2318
plan:
2419
- get: postgresql
2520
trigger: true

0 commit comments

Comments
 (0)