cluster-deployment/jobs/test/test.job

8 lines
108 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
RUN "uptime";
COPY "${JOBFILE_DIR}/testfile.txt" "/tmp";
RUN "rm /tmp/testfile.txt";