From 6cc4b9697a1b3dea84787ee17838abf399b6dac5 Mon Sep 17 00:00:00 2001 From: Felix Goding <felgo673@student.liu.se> Date: Tue, 18 Feb 2020 12:09:43 +0100 Subject: [PATCH] Added a python file to test that pipeline can build python files correctly --- testbuild.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 testbuild.py diff --git a/testbuild.py b/testbuild.py new file mode 100644 index 00000000..48f3864f --- /dev/null +++ b/testbuild.py @@ -0,0 +1 @@ +print("Worked to build this file") \ No newline at end of file -- GitLab