workflows: busybox -> hello

This commit is contained in:
Dawid Dziurla 2020-03-26 19:45:22 +01:00 committed by GitHub
parent 1a586e8d54
commit a060fae501
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ jobs:
- termshark - termshark
- deber - deber
- lazygit - lazygit
- busybox - hello
include: include:
- package: openssl - package: openssl
repo: https://salsa.debian.org/debian/openssl.git repo: https://salsa.debian.org/debian/openssl.git
@ -30,8 +30,8 @@ jobs:
- package: lazygit - package: lazygit
repo: https://github.com/dawidd6/lazygit-debian.git repo: https://github.com/dawidd6/lazygit-debian.git
ref: ubuntu/0.16.2-1 ref: ubuntu/0.16.2-1
- package: busybox - package: hello
repo: https://git.launchpad.net/ubuntu/+source/busybox repo: https://git.launchpad.net/ubuntu/+source/hello
ref: ubuntu/focal ref: ubuntu/focal
steps: steps:
- name: Checkout code - name: Checkout code