From 0815fa6f1d9fe97f47e79f3d137bc163e9ae2361 Mon Sep 17 00:00:00 2001 From: itzaname Date: Tue, 10 Aug 2021 21:34:48 -0400 Subject: [PATCH] Can we build it? --- .drone.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index df89fd6..bb3a657 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,12 +28,4 @@ steps: - latest when: branch: - - master - - - name: push-artifact - image: curlimages/curl:7.78.0 - commands: - - curl -u ${NEXUS_USER}:${NEXUS_PASSWORD} --upload-file rbxcompiler https://nexus.itzana.me/repository/public/artifacts/itzaname/rbxcompiler-amd64-linux - when: - branch: - - master + - master \ No newline at end of file