Skip to content

Commit

Permalink
Entering into engine dir
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddharthBITS committed Jan 22, 2025
1 parent 0646e97 commit 9d71240
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/composite-actions/build-modified-postgres/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ inputs:
runs:
using: "composite"
steps:
- name: Checkout Modified PostgreSQL
- name: Checkout Modified PostgreSQL for Babelfish
run: |
cd ..
rm -rf postgresql_modified_for_babelfish
if [[ $GITHUB_EVENT_NAME == "pull_request" ]]; then
if [[ ${{inputs.engine_branch}} == "latest" ]]; then
ENGINE_BRANCH=$GITHUB_HEAD_REF
Expand All @@ -45,6 +45,7 @@ runs:
REPOSITORY_OWNER=$GITHUB_REPOSITORY_OWNER
fi
$GITHUB_WORKSPACE/.github/scripts/clone_engine_repo "$REPOSITORY_OWNER" "$ENGINE_BRANCH"
cd postgresql_modified_for_babelfish
rm -rf ~/.ccache
if [[ ${{inputs.tap_tests}} == "yes" ]]; then
echo "CRESTORE_KEY=$(git rev-parse --short HEAD)-tapTest" >> $GITHUB_ENV
Expand Down

0 comments on commit 9d71240

Please sign in to comment.