Skip to content

Commit 2d23315

Browse files
committed
Make task _version_file hidden
1 parent f6388d2 commit 2d23315

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Taskfile.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ tasks:
106106
sed -i "s/\${DOMAIN}/$DOMAIN/g" nginx.conf
107107
108108
_version_file:
109-
desc: Write the value of VERSION from .env to a file called VERSION
110109
cmds:
111110
- |
112111
VERSION=$(grep ^VERSION= .env | cut -d '=' -f 2)

0 commit comments

Comments
 (0)