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

Commit

Permalink
Correct build arg variable name (#925)
Browse files Browse the repository at this point in the history
* Correct build arg variable name

* Update CHANGELOG

Co-authored-by: Paul Sanders <[email protected]>
  • Loading branch information
sanders41 and Paul Sanders authored Jul 22, 2022
1 parent e6788c7 commit 4a1d1ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,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

0 comments on commit 4a1d1ed

Please sign in to comment.