diff --git a/.drone.yml b/.drone.yml index 6bd861e..81beeb5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,6 @@ --- kind: pipeline -name: test +name: default platform: os: linux @@ -43,24 +43,6 @@ steps: environment: LINK_VALIDATOR_BASE_DIR: public -trigger: - ref: - - refs/heads/master - - refs/tags/** - - refs/pull/** - ---- -kind: pipeline -name: build - -platform: - os: linux - arch: amd64 - -concurrency: - limit: 1 - -steps: - name: build image: thegeeklab/hugo:0.83.1 commands: @@ -100,11 +82,8 @@ trigger: - refs/tags/** - refs/pull/** -depends_on: -- test - --- kind: signature -hmac: 910ec951b9af589357bd95d434bc00ea4721b767a3675df3388b01d58ee2e2be +hmac: a416ae3ffcf5ffed9a58acf9c240396478c2a3bb62d07d087fd34a3ab1fd853e ...