@whyour/qinglong 0.7.5 → 0.7.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/docker/Dockerfile CHANGED
@@ -33,7 +33,6 @@ COPY --from=nodebuilder /usr/local/lib/node_modules/. /usr/local/lib/node_module
33
33
 
34
34
  RUN set -x && \
35
35
  ln -s /usr/local/lib/node_modules/npm/bin/npm-cli.js /usr/local/bin/npm && \
36
- sed -i 's/deb.debian.org/mirrors.aliyun.com/g' /etc/apt/sources.list && \
37
36
  apt update && \
38
37
  apt upgrade -y && \
39
38
  apt install --no-install-recommends -y git \
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whyour/qinglong",
3
- "version": "0.7.5",
3
+ "version": "0.7.7",
4
4
  "description": "Timed task management platform supporting Python3, JavaScript, Shell, Typescript",
5
5
  "repository": {
6
6
  "type": "git",
@@ -28,7 +28,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  const typedi_1 = require("typedi");
30
30
  const winston_1 = __importDefault(require("winston"));
31
- const config_1 = __importDefault(require("../config"));
32
31
  const dependence_1 = require("../data/dependence");
33
32
  const cross_spawn_1 = require("cross-spawn");
34
33
  const sock_1 = __importDefault(require("./sock"));
@@ -188,7 +187,7 @@ let DependenceService = class DependenceService {
188
187
  return resolve(null);
189
188
  }
190
189
  }
191
- const cp = (0, cross_spawn_1.spawn)(`source ${config_1.default.shareShellFile} && ${depRunCommand} ${dependency.name.trim()}`, {
190
+ const cp = (0, cross_spawn_1.spawn)(`${depRunCommand} ${dependency.name.trim()}`, {
192
191
  shell: '/bin/bash',
193
192
  });
194
193
  cp.stdout.on('data', async (data) => {