diff --git a/.drone.yml b/.drone.yml index 1450259..c26b2c7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,7 +36,7 @@ pipeline: event: [ push, tag, pull_request ] # Build a release when tagging - befor-build-static: + befor-static-build: image: karalabe/xgo-latest:latest pull: true environment: @@ -47,7 +47,7 @@ pipeline: when: event: [tag, push] - build-static-windows: + static-build-windows: image: karalabe/xgo-latest:latest pull: true group: build-static @@ -59,7 +59,7 @@ pipeline: when: event: [tag, push] - build-static-linux: + static-build-linux: image: karalabe/xgo-latest:latest pull: true group: build-static @@ -71,7 +71,7 @@ pipeline: when: event: [tag, push] - build-static-darwin: + static-build-darwin: image: karalabe/xgo-latest:latest pull: true group: build-static @@ -83,7 +83,7 @@ pipeline: when: event: [tag, push] - build-static-frontend: + static-build-frontend: image: karalabe/xgo-latest:latest pull: true group: build-static