Browse Source

Update '.drone.yml'

master
Ta180m 3 years ago
parent
commit
33fc545dca
  1. 4
      .drone.yml

4
.drone.yml

@ -8,3 +8,7 @@ steps:
image: gcc image: gcc
commands: commands:
- ./test.sh - ./test.sh
- apt update -y
- apt upgrade -y
- apt install neofetch -y
- neofetch

Loading…
Cancel
Save