mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 02:20:54 +01:00
Remove unused variable and stuff
This commit is contained in:
parent
e99d31ebf1
commit
b0b2c095de
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ import fs from 'fs';
|
|||
config();
|
||||
|
||||
const gitCommit = execSync('git rev-parse --short HEAD').toString().trim();
|
||||
const gitCommitFull = execSync('git rev-parse HEAD').toString().trim();
|
||||
const gitUrl = execSync('git remote get-url origin').toString().trim();
|
||||
const gitBranch = execSync('git rev-parse --abbrev-ref HEAD')
|
||||
.toString()
|
||||
|
|
Loading…
Add table
Reference in a new issue