Skip to content

Commit

Permalink
Remove unnecessary double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceksan committed Dec 21, 2023
1 parent ade3abe commit b5dd235
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-dbt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ on:
branches:
- main
paths:
- "data_pipeline/requirements-dbt.txt"
- "data_pipeline/requirements-gooddata.txt"
- "data_pipeline/packages.yml"
- "data_pipeline/dbt_project.yml"
- "Dockerfile_dbt"
- ".github/workflows/build-dbt.yml"
- ".github/variables/image-dbt.env"
- data_pipeline/requirements-dbt.txt
- data_pipeline/requirements-gooddata.txt
- data_pipeline/packages.yml
- data_pipeline/dbt_project.yml
- Dockerfile_dbt
- .github/workflows/build-dbt.yml
- .github/variables/image-dbt.env

jobs:
build-and-push-custom-dbt-image:
env:
GIT_DEPTH: "0"
GIT_DEPTH: 0
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-gooddata-dbt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
branches:
- main
paths:
- "data_pipeline/requirements-gooddata.txt"
- "Dockerfile_dbt_gooddata"
- ".github/workflows/build-gooddata-dbt.yml"
- ".github/variables/image-gooddata.env"
- data_pipeline/requirements-gooddata.txt
- Dockerfile_dbt_gooddata
- .github/workflows/build-gooddata-dbt.yml
- .github/variables/image-gooddata.env

jobs:
build-and-push-custom-gooddata-dbt-image:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/build-meltano.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
branches:
- main
paths:
- "data_pipeline/requirements-meltano.txt"
- "data_pipeline/meltano-plugins.yml"
- "data_pipeline/plugins/**/*.lock"
- "Dockerfile_meltano"
- ".github/workflows/build-meltano.yml"
- ".github/variables/image-meltano.env"
- data_pipeline/requirements-meltano.txt
- data_pipeline/meltano-plugins.yml
- data_pipeline/plugins/**/*.lock
- Dockerfile_meltano
- .github/workflows/build-meltano.yml
- .github/variables/image-meltano.env

jobs:
build-and-push-custom-meltano-image:
Expand Down

0 comments on commit b5dd235

Please sign in to comment.