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

Commit a164be5

Browse files
chrislovecnmpydevops
authored andcommitted
remove the SQLNAME variable
1 parent 0129cb2 commit a164be5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ SHELL := /usr/bin/env bash
1818
# All is the first target in the file so it will get picked up when you just run 'make' on its own
1919
linting: check_shell check_python check_golang check_terraform check_docker check_base_files check_headers check_trailing_whitespace
2020

21-
SQLNAME := demo-postgres-8
2221
# The .PHONY directive tells make that this isn't a real target and so
2322
# the presence of a file named 'check_shell' won't cause this target to stop
2423
# working

0 commit comments

Comments
 (0)