mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +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();
|
config();
|
||||||
|
|
||||||
const gitCommit = execSync('git rev-parse --short HEAD').toString().trim();
|
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 gitUrl = execSync('git remote get-url origin').toString().trim();
|
||||||
const gitBranch = execSync('git rev-parse --abbrev-ref HEAD')
|
const gitBranch = execSync('git rev-parse --abbrev-ref HEAD')
|
||||||
.toString()
|
.toString()
|
||||||
|
|
Loading…
Add table
Reference in a new issue