We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ad287 commit 5cf9180Copy full SHA for 5cf9180
build_darwin.yml
@@ -9,4 +9,6 @@ inputs:
9
path: postgresql
10
11
run:
12
+ # path: ls
13
+ # args: ["-la","postgresql"]
14
path: postgresql/check.sh
check.sh
@@ -1,4 +1,4 @@
1
-#!/usr/local/bin/bash
+#!/usr/bin/env bash
2
3
set -e -x
4
pipeline.yml
@@ -6,20 +6,15 @@ resources:
6
uri: https://github.com/postgrespro/postgres_cluster
7
branch: ci2
8
-
jobs:
- name: runtest_freebsd
- public: true
- serial: true
plan:
15
- get: postgresql
16
trigger: true
17
- task: tests_freebsd
18
file: postgresql/build.yml
19
20
- name: runtest_darwin
21
22
23
24
25
0 commit comments