Skip to content

Commit

Permalink
Yet another try at post-release success
Browse files Browse the repository at this point in the history
  • Loading branch information
pgoslatara committed Sep 2, 2024
1 parent f26d9e2 commit ff09176
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/post_release_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,13 @@ jobs:
- name: Checkout
run: git clone https://github.com/godatadriven/dbt-bouncer.git --branch $(echo "${{ github.ref }}" | cut -d "/" -f3) --depth 1

- run: cd dbt-bouncer/dbt-bouncer

- run: |
cd dbt-bouncer
pwd
ls -ahl
- name: Run `dbt-bouncer`
uses: ./
uses: ./dbt-bouncer
with:
config-file: ./dbt-bouncer-example.yml
send-pr-comment: false
Expand Down Expand Up @@ -88,7 +87,7 @@ jobs:
- '3.12'
steps:
# PyPi appears to be "slow" to register new packages, adding manual delay to account for this
- run: sleep 30
- run: sleep 60

- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit ff09176

Please sign in to comment.