Skip to content

Commit

Permalink
removed legacy stuff (slothpixel#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
builder-247 authored and ChristianDobbie committed Jan 10, 2022
1 parent d7a9abd commit a965cf3
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 95 deletions.
23 changes: 0 additions & 23 deletions .travis.yml

This file was deleted.

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ core
===

[![Discord](https://discordapp.com/api/guilds/323555112553414667/embed.png)](https://discord.gg/ND9bJKK)
[![Build Status](https://travis-ci.org/slothpixel/core.svg?branch=master)](https://travis-ci.org/slothpixel/core)
[![Code Quality](https://img.shields.io/lgtm/grade/javascript/github/slothpixel/core)](https://lgtm.com/projects/g/slothpixel/core)
[![Greenkeeper](https://badges.greenkeeper.io/slothpixel/core.svg)](https://greenkeeper.io)

**NOTE:** The Slothpixel API is currently in early development - some features are missing and/or incomplete.

Expand Down
12 changes: 0 additions & 12 deletions dev/insertKeys.js

This file was deleted.

3 changes: 0 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ const { apps } = require('./manifest.json');
const arguments_ = process.argv.slice(2);
const group = arguments_[0] || process.env.GROUP;

if (process.env.PROVIDER === 'gce') {
cp.execSync('curl -H "Metadata-Flavor: Google" -L http://metadata.google.internal/computeMetadata/v1/project/attributes/env > /usr/src/.env');
}
if (process.env.ROLE) {
// if role variable is set just run that script
require(`./svc/${process.env.ROLE}.js`);
Expand Down
4 changes: 0 additions & 4 deletions scripts/backend.sh

This file was deleted.

6 changes: 0 additions & 6 deletions scripts/deploy.sh

This file was deleted.

29 changes: 0 additions & 29 deletions scripts/gce.sh

This file was deleted.

12 changes: 0 additions & 12 deletions scripts/redis.sh

This file was deleted.

4 changes: 0 additions & 4 deletions scripts/web.sh

This file was deleted.

0 comments on commit a965cf3

Please sign in to comment.