Browse Source

更新 '.drone.yml'

stone 4 years ago
parent
commit
434b4b02d4
1 changed files with 4 additions and 5 deletions
  1. 4 5
      .drone.yml

+ 4 - 5
.drone.yml

@@ -28,11 +28,10 @@ steps:
      - wrapper.sh  /bin/sh
      - docker --config /etc/docker build -t "$JNLP_REPO/$JNLP_ENV/$DRONE_REPO_NAME:$JNLP_TAG" . -f Dockerfile
      - docker --config /etc/docker push "$JNLP_REPO/$JNLP_ENV/$DRONE_REPO_NAME:$JNLP_TAG"
-     - python ppctl.py -b
-     - python ppctl.py -a
-     - python ppctl.py -d
-    # - python ppctl.py -c
-
+	 - python tools.py -b
+     - python tools.py -a
+     - python tools.py -c
+     - python tools.py -d
  - name: success
    image: clem109/drone-wechat
    settings: