makedeb


docker-compose-bin 1.29.2-1


Define and run multi-container applications with Docker

Click here to go back to the commit logs for docker-compose-bin.

Commit:


Hash: 86b1693c11464ce1abf621d00023d7a047ee846b

Message: Removed leftover testing command from PKGBUILD

Diff


diff --git a/PKGBUILD b/PKGBUILD
index c6b6893..40a99db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,8 +18,6 @@ sha256sums=('f3f10cf3dbb8107e9ba2ea5f23c1d2159ff7321d16f0a23051d68d8e2547b323'
             'SKIP')
 
 package() {
-  ls
-
   # Install Docker Compose binary
   install -Dm 755 "${_pkgname}-${pkgver}" "${pkgdir}/usr/bin/docker-compose"