wat před 6 roky
rodič
revize
7dadcb75c7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      .drone.yml

+ 1
- 1
.drone.yml Zobrazit soubor

67
   commands:
67
   commands:
68
   - git config --global user.email "frontwork.me@gmail.com"
68
   - git config --global user.email "frontwork.me@gmail.com"
69
   - git config --global user.name "drone"
69
   - git config --global user.name "drone"
70
-  >- if [ "${PACKAGE_VERSION}" != "${LATEST_VERSION}" ]; 
70
+  - if [ "${PACKAGE_VERSION}" != "${LATEST_VERSION}" ]; 
71
     then
71
     then
72
       git tag $PACKAGE_VERSION
72
       git tag $PACKAGE_VERSION
73
       git status
73
       git status

Načítá se…
Zrušit
Uložit