Parcourir la source

更新 '.drone.yml'

luofuwen il y a 1 mois
Parent
commit
167135b7f4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"