Commit eebff3cc authored by Girija Saint-Ange's avatar Girija Saint-Ange
Browse files

Merge branch '4-broken-link-in-readme-md' into 'master'

Resolve "Broken link in README.md"

Closes #4

See merge request to-be-continuous/dbt!33
parents cc6e4d2f 0defea7d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ The dbt template uses some global configuration used throughout all jobs.

As seen above, the dbt template may support up to 4 environments (`review`, `integration`, `staging` and `production`).

Each deployment job produces _output variables_ that are propagated to downstream jobs (using [dotenv artifacts](https://docs.gitlab.com/ee/ci/pipelines/job_artifacts.html#artifactsreportsdotenv)):
Each deployment job produces _output variables_ that are propagated to downstream jobs (using [dotenv artifacts](https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportsdotenv)):

* `environment_type`: set to the type of environment (`review`, `integration`, `staging` or `production`),
* `environment_name`: the application name (see below),