Explorar o código

drone: Fix one remaning "$F".

Herby Vojčík %!s(int64=4) %!d(string=hai) anos
pai
achega
b24862e57e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -23,7 +23,7 @@ steps:
       - ln -s $DIR/_site $DIR.link
       - mv -T $DIR.link static
       - for G in dir.*; do
-      - if [ ! "$G" -ef "$F" ]; then rm -rf "$G"; fi
+      - if [ ! "$G" -ef "$DIR" ]; then rm -rf "$G"; fi
       - done
     volumes:
       - name: hosting