2.0 Refactor #2

Merged
joe merged 16 commits from ci into main 2022-09-25 18:06:35 +00:00
1 changed files with 7 additions and 7 deletions
Showing only changes of commit a8f6d26b5c - Show all commits

View File

@ -13,14 +13,14 @@ steps:
image: rust:latest
commands:
- cargo build --release
- tar cvzf conductor.tar.gz target/release/conductor
- tar cvzf -C conductor.tar.gz target/release/conductor
- wget https://dl.min.io/client/mc/release/linux-amd64/mc
- chmod +x mc
- ./mc alias set fivesigma https://objects.5sigma.io $MINIOID $MINIOSECRET
- ./mc cp conductor.tar.gz fivesigma/public/conductor.tar.gz
when:
event:
- promote
target:
- staging
- production
# when:
# event:
# - promote
# target:
# - staging
# - production