Skip to content

Commit

Permalink
Merge pull request #231 from dpc-sdp/build/use-default-branch-for-db-…
Browse files Browse the repository at this point in the history
…workflow

Use default branch for db workflows
  • Loading branch information
FleetAdmiralButter authored Nov 29, 2023
2 parents a2b0913 + afe433e commit 155ef54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/php/db-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if [[ "${BASH_SOURCE[0]}" = "$0" ]]; then
info "triggering github actions db image workflow"
ESTUARY_URL="${ESTUARY_URL:-http://estuary.sdp-services:8080/v1/actions/trigger-db}"
ESTUARY_TOKEN_PATH="${ESTUARY_TOKEN_PATH:-/run/secrets/kubernetes.io/serviceaccount/token}"
BRANCH="${LAGOON_GIT_BRANCH:-develop}"
BRANCH="develop"
curl --location --request POST "${ESTUARY_URL}" \
--header "Authorization: Bearer $(cat "${ESTUARY_TOKEN_PATH}")" \
--header "Content-Type: application/json" \
Expand Down

0 comments on commit 155ef54

Please sign in to comment.