Compare commits

...

1 Commits

Author SHA1 Message Date
Ta180m 33fc545dca Update '.drone.yml' 3 years ago
  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