Skip to content

Commit

Permalink
Alpha sort
Browse files Browse the repository at this point in the history
  • Loading branch information
aclark4life committed Jun 13, 2024
1 parent d23e98f commit 81b08bb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -796,11 +796,6 @@ volumes:
postgres_data:
endef

define INTERNAL_IPS
INTERNAL_IPS = ["127.0.0.1",]
endef


define ESLINTRC
{
"env": {
Expand Down Expand Up @@ -857,6 +852,10 @@ define HTML_ERROR
<h1>500</h1>
endef

define INTERNAL_IPS
INTERNAL_IPS = ["127.0.0.1",]
endef

define JENKINS_FILE
pipeline {
agent any
Expand Down

0 comments on commit 81b08bb

Please sign in to comment.