feat: Remove hugo version

This commit is contained in:
Simon 2020-03-24 15:36:04 +01:00
parent c33bc993bc
commit c0a5b18430
1 changed files with 8 additions and 10 deletions

View File

@ -10,11 +10,11 @@ kind: secret
name: REGISTRY_USER name: REGISTRY_USER
data: DbrlPJuIlZPS9A/GYlSP0Og/SFJY8flEgEFrebtCa/AnOg== data: DbrlPJuIlZPS9A/GYlSP0Og/SFJY8flEgEFrebtCa/AnOg==
#--- ---
# drone encrypt kosssi/histoiredunpied "{\"auths\":{\"registry.lamelio.fr\":\"$(echo -n "$REGISTRY_USER:$REGISTRY_PASSWORD" | base64)\"}}" # drone encrypt kosssi/histoiredunpied "{\"auths\":{\"https://registry.lamelio.fr\":{\"auth\":\"$(echo -n "$REGISTRY_USER:$REGISTRY_PASSWORD" | base64)\",\"email\":\"$REGISTRY_USER\"}}}"
#kind: secret kind: secret
#name: REGISTRY_CONFIG name: REGISTRY_CONFIG
#data: rnuOlcgnrebLlAbHeZRqTtjjGFHgB1lMJUNMv6DJKQ592ZDeJxZQEQWpF1yw5b7LBp++9CoRp7c1+xywItddsYXKJdDXozHKpx5kt93ZroicG0WZN6HouBRq6Jcu/NXUx7H5KxN2/fDIvC+HxNok/6MjhdcBTf3ALpdd+57k1k+2ulPYjpLzzb+Goao= data: bANljkgq1agad9UeQ9GVeKzIOUvfVRqCfk7AwrkmpShFEDhFVir/lk8r/3e8a8N6xPbrgCSvt8rim9E0LypTcS6w47khZGYcI7ImQqGIR3DwWhPprY7Z2TT+9RFj8q2Tti/g3S14JZX2ELrLLno/FrqhNkZVioWjP48CtzToV2FcIvTJOvDJbGWWf4v9AV4VcCP1IwPTO4YbQVdVVr26N2wJ1AsZZPxxfyk7ICTv
--- ---
kind: pipeline kind: pipeline
@ -27,7 +27,7 @@ platform:
steps: steps:
- name: install - name: install
image: kosssi/hugo:0.0.1 image: registry.lamelio.fr/hugo
commands: commands:
- git submodule update --init - git submodule update --init
- (cd themes/hugo-theme-lowtech && npm i) - (cd themes/hugo-theme-lowtech && npm i)
@ -35,8 +35,6 @@ steps:
when: when:
branch: branch:
- master - master
event:
- push
- name: docker - name: docker
image: plugins/docker image: plugins/docker
@ -51,5 +49,5 @@ steps:
tags: tags:
- latest - latest
# image_pull_secrets: image_pull_secrets:
# - REGISTRY_CONFIG - REGISTRY_CONFIG