Explorar el Código

更新 '.drone.yml'

luofuwen hace 1 mes
padre
commit
167135b7f4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -776,7 +776,7 @@ steps:
       HARBOR_PASS:
         from_secret: harbor_token
     commands:
-      -- cd /context
+      - cd /context
       - TAG=test-$(date +%Y%m%d%H%M%S)-${DRONE_COMMIT_SHA:0:10}
       - TAG_FILE="/home/${DRONE_BUILD_NUMBER}.txt"
       - echo "$TAG" > "$TAG_FILE"