From d4f649b387e6a2bc8144e8a2631d6eb15ad5f241 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sun, 14 Aug 2022 21:46:22 +0200 Subject: [PATCH] ci: add upload artifacts step --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index c61e457a..fcad1a57 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,11 +33,11 @@ steps: - nix $$NIX_FLAGS develop --command echo OK - name: "Upload artifacts" - environment: - TARGET_DIR: $${DRONE_REPO}/$${DRONE_BUILD_NUMBER} commands: + - export TARGET_DIR="$${DRONE_REPO}/$${DRONE_BUILD_NUMBER}" - echo env var TARGET_DIR is set to $$TARGET_DIR - nix flake new --template "git+https://git.greenbaum.cloud/dev/tritonshell?ref=main" ./tritonshell + - git add tritonshell - cd tritonshell - nix develop --command triton profile set lev-1.pub.solar \ && mput -p -f ./result/foot_wayland_info.png ~~/public/$${DRONE_REPO}/$${DRONE_BUILD_NUMBER} \ @@ -101,6 +101,6 @@ volumes: --- kind: signature -hmac: 383931b0342f4ff5a5f239ccbfea2f0a9d852f9eec42639c940837dcea4675e7 +hmac: f226b14a22ff686348fbb1f88b6759089a1a46f18a72ebd70bd7f170c262f99a ...