From 6ff615778d6d5d6eb5859a386e0f5577eeeef262 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 15 Jan 2023 16:59:26 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit test plugin --- .drone.yml | 47 +++++++++++++++++++++++++---------------------- 1 file changed, 25 insertions(+), 22 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2a4eeaa..15e6494 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,22 +1,25 @@ --- kind: pipeline -type: ssh +type: docker name: Test -server: - host: 11.1.1.21 - user: tox - ssh_key: - from_secret: rsa_key +clone: + disable: true + +# server: +# host: 11.1.1.21 +# user: tox +# ssh_key: +# from_secret: rsa_key steps: - - name: Show Environment - commands: - - whoami - - pwd - - hostname - - ls - - ls -lta ~/ + # - name: Show Environment + # commands: + # - whoami + # - pwd + # - hostname + # - ls + # - ls -lta ~/ - name: ssh image: appleboy/drone-ssh @@ -32,12 +35,12 @@ steps: - echo "Hello World" - mkdir ~/test - - name: build - commands: - - cd src/ - - gcc -o echo_bot tox_bot.c commands.c misc.c -std=gnu99 -lsodium -I /usr/local/include/ -ltoxcore -lconfig - - mkdir ~/tox_bot - - cp echo_bot ~/tox_bot - - cp ../{bot.cfg,masterkeys.txt} ~/tox_bot - - ls -lta ~/ - - sleep 15 + # - name: build + # commands: + # - cd src/ + # - gcc -o echo_bot tox_bot.c commands.c misc.c -std=gnu99 -lsodium -I /usr/local/include/ -ltoxcore -lconfig + # - mkdir ~/tox_bot + # - cp echo_bot ~/tox_bot + # - cp ../{bot.cfg,masterkeys.txt} ~/tox_bot + # - ls -lta ~/ + # - sleep 15