remove test job

This commit is contained in:
Starbeamrainbowlabs 2022-05-01 02:27:21 +01:00
parent 30700caf1c
commit 3025fda8e4
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 0 additions and 8 deletions

View File

@ -1,7 +0,0 @@
#!/usr/bin/env bash
RUN "uptime";
COPY "${JOBFILE_DIR}/testfile.txt" "/tmp";
RUN "rm /tmp/testfile.txt";

View File

@ -1 +0,0 @@
it works!