File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -118,14 +118,13 @@ jobs:
118118 run : PGO_VERSION='${{ github.sha }}' make build-postgres-operator
119119
120120 # Start a Docker container with the working directory mounted.
121- - run : make build BUILDAH=docker
122121 - name : Start PGO
123122 run : |
124123 kubectl apply --server-side -k ./config/namespace
125124 kubectl apply --server-side -k ./config/dev
126125 hack/create-kubeconfig.sh postgres-operator pgo
127126 docker run --detach --network host --read-only \
128- --volume "$(pwd):/mnt" --workdir '/mnt' \
127+ --volume "$(pwd):/mnt" --workdir '/mnt' --env 'PATH=/mnt/bin' \
129128 --env 'QUERIES_CONFIG_DIR=/mnt/hack/tools/queries' \
130129 --env 'KUBECONFIG=hack/.kube/postgres-operator/pgo' \
131130 --env 'RELATED_IMAGE_PGBACKREST=registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2547' \
You can’t perform that action at this time.
0 commit comments