Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Correct build arg variable name #925

Merged
merged 2 commits into from
Jul 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ The types of changes are:
### Docs
* Added zendesk and salesforce connection pages [#908](https://github.com/ethyca/fidesops/pull/908)

### Fixed

* Correct build arg variable name [925](https://github.com/ethyca/fidesops/pull/925)

## [1.6.3](https://github.com/ethyca/fidesops/compare/1.6.2...1.6.3)

### Added
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ clean:
compose-build:
@echo "Tearing down the docker compose images, network, etc..."
@docker-compose down --remove-orphans
@docker-compose build --build-arg REQUIRE_MSSQL="true"
@docker-compose build --build-arg SKIP_MSSQL_INSTALLATION="false"

.PHONY: isort
isort:
Expand Down