diff options
author | Karel Kočí <cynerd@email.cz> | 2018-08-26 16:39:58 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-08-26 16:39:58 +0200 |
commit | 5c1c57b66d120fa0090b2e12f0f0a29b1a385715 (patch) | |
tree | ad362fa3b7225df0fafebaf731b93c34cf335b13 | |
parent | defe24d5f1ddeebc7fef8589c1523143c1564901 (diff) | |
download | laminar-cnf-5c1c57b66d120fa0090b2e12f0f0a29b1a385715.tar.gz laminar-cnf-5c1c57b66d120fa0090b2e12f0f0a29b1a385715.tar.bz2 laminar-cnf-5c1c57b66d120fa0090b2e12f0f0a29b1a385715.zip |
Drop test job
-rwxr-xr-x | jobs/test.run | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/jobs/test.run b/jobs/test.run deleted file mode 100755 index 54ef8e8..0000000 --- a/jobs/test.run +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -set -ex -wget ftp://ftp.gnu.org/gnu/hello/hello-2.10.tar.gz -tar xzf hello-2.10.tar.gz -cd hello-2.10 -./configure -make |