Parcourir la source

更新 '.drone.yml'

robert il y a 5 ans
Parent
commit
13ada3179f
1 fichiers modifiés avec 1 ajouts et 4 suppressions
  1. 1 4
      .drone.yml

+ 1 - 4
.drone.yml

@@ -28,9 +28,6 @@ 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
+