Commit 08775106 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.0.1 [skip ci]

parent 85eb5edc
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.0.1](https://gitlab.com/to-be-continuous/dbt/compare/1.0.0...1.0.1) (2022-08-16)


### Bug Fixes

* add assert on required dbt_adapter ([d249a58](https://gitlab.com/to-be-continuous/dbt/commit/d249a58c9c67550221a48ed82b8050d3d58ce022))

# 1.0.0 (2022-08-16)


+3 −3
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/dbt'
    ref: '1.0.0'
    ref: '1.0.1'
    file: '/templates/gitlab-ci-dbt.yml'
```

@@ -169,10 +169,10 @@ If you wish to use it, add the following to your `gitlab-ci.yml`:
include:
  # main template
  - project: 'to-be-continuous/dbt'
    ref: '1.0.0'
    ref: '1.0.1'
    file: '/templates/gitlab-ci-dbt.yml'
  # GitLab pages variant
  - project: 'to-be-continuous/dbt'
    ref: '1.0.0'
    ref: '1.0.1'
    file: '/templates/gitlab-ci-dbt-pages.yml'
```
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -309,7 +309,7 @@ stages:
  image: $DBT_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "dbt", "1.0.0"]
      command: ["--service", "dbt", "1.0.1"]
  before_script:
    - *dbt-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"