Quellcode durchsuchen

add branch to staging

Karathan vor 6 Jahren
Ursprung
Commit
586a164935
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      .drone.yml

+ 1
- 1
.drone.yml Datei anzeigen

@@ -1,6 +1,6 @@
1 1
 pipeline:
2 2
   modify_staging:
3
-    image: debian:stretch
3
+    image: alpine/git
4 4
     commands:
5 5
       - mv content/_meta-staging.md content/_meta.md
6 6
       - sed -i s/{0xDEADBEEF}/$(git rev-parse --short HEAD)/g content/_meta.md